some progress on Repair
This commit is contained in:
@@ -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"); } }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user