예제 #1
0
 public void Send <T>(T proto)
 {
     byte[] data = ProtoTool.ToData(proto);
     Send(NetType.Main, data);
 }