Correct bridge / tree / mine color

This commit is contained in:
Paul Chote
2010-07-22 19:49:27 +12:00
parent 5f36933837
commit f7212ef757
9 changed files with 71 additions and 3 deletions

View File

@@ -61,6 +61,11 @@ namespace OpenRA.Traits
Color RadarSignatureColor(Actor self);
}
public interface IRadarSignatureModifier
{
Color RadarColorOverride(Actor self);
}
public interface IOccupySpace
{
int2 TopLeft { get; }