Restrict IActorPreviewInitInfo to ActorInit.

This commit is contained in:
Paul Chote
2020-05-30 18:15:55 +01:00
committed by reaperrr
parent b856613194
commit ae7cfa56b7
7 changed files with 7 additions and 7 deletions

View File

@@ -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