Allies share sight

This commit is contained in:
Paul Chote
2010-07-27 11:34:28 +12:00
parent 9fe6671ace
commit a91ebb4eda
3 changed files with 11 additions and 3 deletions

View File

@@ -59,7 +59,7 @@ namespace OpenRA.Traits
public interface IRadarVisibilityModifier { bool VisibleOnRadar(Actor self); }
public interface IRadarColorModifier { Color RadarColorOverride(Actor self); }
public interface IRevealShroud {}
public interface IOccupySpace
{
int2 TopLeft { get; }