示例#1
0
文件: Packet.cs 项目: Orvid/Cosmos
 public Packet(PacketHeader newhead, byte[] data)
 {
     head = newhead;
     body = data;
 }