Example #1
0
        public SocketMessage StartGame(Chanel chanel, object data, string userName)
        {
            var gameZone = GameCreator.StartGame();

            Console.WriteLine($"{userName} Started game");

            return(new SocketMessage(ClientFunctionsNames.SetGameZone.ToString(), gameZone));
        }