Esempio n. 1
0
 private void ClearLogin(UIEvent e)
 {
     UnityEngine.Debug.LogWarning("Clear Login Button pressed from the Splash Screen!");
     WebAuth.ClearLoginData();
 }
Esempio n. 2
0
 protected void UserPressedStartButton(UIEvent e)
 {
     WebAuth.ClearLoginData();
     base.BackToMode(SceneMgr.Mode.RESET);
 }