Example #1
0
 //server로 protocol 전송
 protected void Send()
 {
     controller.getConnector().Write(MakePacket());
 }