void Regist(string username, string password, string mail)
 {
     string[] registToken = new string[] { username, password, mail };
     ArcaletSystem.ApplyNewUser(gguid, certificate, username, password,
                                mail, CB_Regist, registToken);
 }
Ejemplo n.º 2
0
 //get a system account
 internal void GetSystemAccount()
 {
     Debug.Log("GetSystemAccount");
     ArcaletSystem.ApplyNewUser(gguid, certificate, CB_GetSysAccount, null);
 }
Ejemplo n.º 3
0
 // Use this for initialization
 void Start()
 {
     DontDestroyOnLoad(this);
     ArcaletSystem.UnityEnvironment();
 }
Ejemplo n.º 4
0
 void Start()
 {
     ArcaletSystem.UnityEnvironment();
 }