Restrict IActorPreviewInitInfo to ActorInit.
This commit is contained in:
@@ -400,7 +400,7 @@ namespace OpenRA.Mods.Common.Traits
|
||||
[RequireExplicitImplementation]
|
||||
public interface IActorPreviewInitInfo : ITraitInfoInterface
|
||||
{
|
||||
IEnumerable<object> ActorPreviewInits(ActorInfo ai, ActorPreviewType type);
|
||||
IEnumerable<ActorInit> ActorPreviewInits(ActorInfo ai, ActorPreviewType type);
|
||||
}
|
||||
|
||||
public interface IMove
|
||||
|
||||
Reference in New Issue
Block a user