Move IRenderInfantrySequenceModifier to mod code and require explicit...
implementation.
This commit is contained in:
@@ -195,4 +195,11 @@ namespace OpenRA.Mods.Common.Traits
|
||||
|
||||
[RequireExplicitImplementation]
|
||||
public interface INotifyRearm { void Rearming(Actor host, Actor other); }
|
||||
|
||||
[RequireExplicitImplementation]
|
||||
public interface IRenderInfantrySequenceModifier
|
||||
{
|
||||
bool IsModifyingSequence { get; }
|
||||
string SequencePrefix { get; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user