some progress on Repair

This commit is contained in:
Alli
2010-01-02 13:45:06 +13:00
parent d2be508523
commit 7a32619b9b
6 changed files with 108 additions and 0 deletions

View File

@@ -28,5 +28,7 @@ namespace OpenRa.Game
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"); } }
public static Cursor Repair { get { return new Cursor("repair"); } }
public static Cursor RepairBlocked { get { return new Cursor("repair-blocked"); } }
}
}