Ejemplo n.º 1
0
        void SendRequestForGameInformation()
        {
            RequestForGameInformationMessage msg = new RequestForGameInformationMessage();

            msg.gameRound = gameRound.Level.Value;

            client.Send(msg.GetMsgType(), msg);
        }