Add public atom bomb and gps timers to RA

This commit is contained in:
ScottNZ
2013-07-17 14:52:50 +12:00
parent 506790e09c
commit b519c915ca
5 changed files with 75 additions and 1 deletions

View File

@@ -28,6 +28,8 @@ namespace OpenRA.Mods.RA
public readonly string SelectTargetSound = null;
public readonly string LaunchSound = null;
public readonly bool DisplayTimer = false;
public readonly string OrderName;
public abstract object Create(ActorInitializer init);