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