Ejemplo n.º 1
0
 private void Awake()
 {
     EventBus.Instance.register <ILoginEvents>(gameObject);
     _login = new Login();
 }