Add GPSDot for RA structures. Fixes #3631.

This commit is contained in:
Paul Chote
2013-08-17 17:31:46 +12:00
parent 179fbc06ea
commit 2a7318b69f
5 changed files with 45 additions and 25 deletions

View File

@@ -84,6 +84,8 @@ namespace OpenRA.Traits
}
return Renderables;
}
public bool HasRenderables { get { return Renderables != null; } }
}
public class FrozenActorLayer : IRender, ITick, ISync