public void OnBtnQuit() { if (GameUtils.IsOurChannel()) { Game.Instance.ExitToLogin(); } else { PlatformHelper.ChangeAccount(); } }