better cursor handling
This commit is contained in:
@@ -23,5 +23,6 @@ namespace OpenRa.Game
|
||||
public static Cursor Select { get { return new Cursor("select"); } }
|
||||
public static Cursor MoveBlocked { get { return new Cursor("move-blocked"); } }
|
||||
public static Cursor Attack { get { return new Cursor("attack"); } }
|
||||
public static Cursor Deploy { get { return new Cursor("deploy"); } }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user