コード例 #1
0
ファイル: Packet.cs プロジェクト: Orvid/Cosmos
 public Packet(PacketHeader newhead, byte[] data)
 {
     head = newhead;
     body = data;
 }