Exemplo n.º 1
0
    private void Init()
    {
        loginControler  = LoginControler.Instance;
        lobbyControler  = LobbyControler.Instance;
        battleControler = BattleControler.Instance;

        GamePublisher.Instance.RegisterListener(EventType.START_LOAD_DATA, this);
    }
Exemplo n.º 2
0
 // Use this for initialization
 void Start()
 {
     instance = this;
     //set id and enemy for Players in list, so player can expand
     //setStartValue();
 }