Ejemplo n.º 1
0
 public static void Show()
 {
     if (instance == null)
     {
         instance = UISystem.InstantiateUI("RegisterAccountUI").GetComponent <RegisterAccountUI>();
     }
 }
Ejemplo n.º 2
0
 void OnClickRegister()
 {
     RegisterAccountUI.Show();
 }