Ejemplo n.º 1
0
 // -------------------------------------------------------------------------------
 // AutoLogin
 // @Client
 // -------------------------------------------------------------------------------
 public void AutoLogin()
 {
     if (!String.IsNullOrWhiteSpace(autoPlayerName))
     {
         networkManager.TryAutoLoginPlayer(autoPlayerName, GetToken);
     }
 }
Ejemplo n.º 2
0
 // -------------------------------------------------------------------------------
 // AutoLogin
 // @Client
 // -------------------------------------------------------------------------------
 public void AutoLogin()
 {
     networkManager.TryAutoLoginPlayer(autoPlayerName, GetToken);
 }