示例#1
0
 void Start()
 {
     try {
         Conection con = gameObject.AddComponent <Conection>();
         con.FunctionEZ(DataClass.usr, "get");
     }
     catch (Exception e)
     {
         Debug.Log(e);
         SceneManager.LoadScene("Acces");
     }
 }