Esempio n. 1
0
        private void OnChangeAlivePlayersCount(int newCount)
        {
            _alivePlayersCount = newCount;

            if (_isClientInited)
            {
                _gameHUDProvider.SetAliveCount(_alivePlayersCount);
            }
        }