Half implemented Nuke

This commit is contained in:
Paul Chote
2010-01-24 23:49:58 +13:00
parent d3994bf198
commit 8ffb000e2e
4 changed files with 102 additions and 2 deletions

View File

@@ -25,6 +25,7 @@ namespace OpenRa
public static Cursor DeployBlocked { get { return new Cursor("deploy-blocked"); } }
public static Cursor Chronoshift { get { return new Cursor("chrono-target"); } }
public static Cursor ChronoshiftSelect { get { return new Cursor("chrono-select"); } }
public static Cursor Nuke { get { return new Cursor("nuke"); } }
public static Cursor Ability { get { return new Cursor("ability"); } }
public static Cursor C4 { get { return new Cursor("c4"); } }
public static Cursor Capture { get { return new Cursor("capture"); } }