public void Init(ClientConnectionsComponent connHolder)
 {
     //Debug.Log("ClientLobbyComponent::Init Called");
     connectionsComponent = connHolder;
     clientLobbySend      = GetComponent <ClientLobbySend>();
     clientLobbyData      = GetComponent <ClientLobbyDataComponent>();
 }
Exemplo n.º 2
0
 public void Init(ClientLobbyDataComponent _client)
 {
     client = _client;
 }