missing pieces of selling

This commit is contained in:
Chris Forbes
2010-01-02 12:57:02 +13:00
parent 43a8604ce9
commit 5f78d3a3d0
4 changed files with 15 additions and 6 deletions

View File

@@ -27,5 +27,6 @@ namespace OpenRa.Game
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"); } }
public static Cursor SellBlocked { get { return new Cursor("sell-blocked"); } }
}
}