示例#1
0
 /// <summary>
 ///   Sets up the default cursor.
 /// </summary>
 public void Initialize()
 {
     // Set up the default cursor
     UiSystem.SetCursor(3, "Interface\\Cursor\\Point");
 }