format RenderSimple

This commit is contained in:
Chris Forbes
2011-05-30 21:32:54 +12:00
parent 61cde675ea
commit 368468e323
2 changed files with 34 additions and 26 deletions

View File

@@ -24,6 +24,7 @@ namespace OpenRA.Mods.RA.Effects
public Animation flag = new Animation("rallypoint");
public Animation circles = new Animation("rallypoint");
readonly string palette;
public RallyPoint(Actor building)
{
this.building = building;