Add IBlocksProjectilesInfo interface
This commit is contained in:
@@ -38,6 +38,15 @@ namespace OpenRA.Mods.Common.Traits
|
||||
IEnumerable<IRenderable> Render(WorldRenderer wr, World w, ActorInfo ai, WPos centerPosition);
|
||||
}
|
||||
|
||||
[RequireExplicitImplementation]
|
||||
public interface IBlocksProjectiles
|
||||
{
|
||||
WDist BlockingHeight { get; }
|
||||
}
|
||||
|
||||
[RequireExplicitImplementation]
|
||||
public interface IBlocksProjectilesInfo : ITraitInfoInterface { }
|
||||
|
||||
[RequireExplicitImplementation]
|
||||
public interface INotifySold
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user