Пример #1
0
        public bool RemovePlayer(GameClient client)
        {
            if (_gameField.Exit(client))
            {
                Notify();
                return(true);
            }

            return(false);
        }