more wiring for selling

This commit is contained in:
Chris Forbes
2010-01-02 12:40:09 +13:00
parent 97fdedac4f
commit 27e47cd066
3 changed files with 18 additions and 1 deletions

View File

@@ -26,5 +26,6 @@ namespace OpenRa.Game
public static Cursor C4 { get { return new Cursor("c4"); } }
public static Cursor Capture { get { return new Cursor("capture"); } }
public static Cursor Heal { get { return new Cursor("heal"); } }
public static Cursor Sell { get { return new Cursor("sell"); } }
}
}