Example #1
0
        private static void SendTestPiece()
        {
            // send TestPiece action
            PlayerRequestHandler.sendTestPiece(socket);

            // After every send command, player expect the response
            // Receive() is called  at the end of Send() method
            // use ctrl+F to find lable RSP_LBL
        }