Beispiel #1
0
        void AddLocalPlayer()
        {
            Debug.Log("AddLocalPlayer");
            listLocalPlayerName.Add(clientIndex + " / local player " + localPlayerCount);
            listLocalPlayerReadyToBegin.Add(false);

            UpdateLocalPlayerCount();
        }