Made BlocksProjectiles upgradable
This commit is contained in:
@@ -299,8 +299,6 @@ namespace OpenRA.Traits
|
||||
public interface INotifyBecomingIdle { void OnBecomingIdle(Actor self); }
|
||||
public interface INotifyIdle { void TickIdle(Actor self); }
|
||||
|
||||
public interface IBlocksProjectilesInfo : ITraitInfo { }
|
||||
public interface IBlocksProjectiles { }
|
||||
public interface IRenderInfantrySequenceModifier
|
||||
{
|
||||
bool IsModifyingSequence { get; }
|
||||
|
||||
Reference in New Issue
Block a user