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);
 }
Example #2
0
 //get a system account
 internal void GetSystemAccount()
 {
     Debug.Log("GetSystemAccount");
     ArcaletSystem.ApplyNewUser(gguid, certificate, CB_GetSysAccount, null);
 }
Example #3
0
 // Use this for initialization
 void Start()
 {
     DontDestroyOnLoad(this);
     ArcaletSystem.UnityEnvironment();
 }
Example #4
0
 void Start()
 {
     ArcaletSystem.UnityEnvironment();
 }