예제 #1
0
파일: Client.cs 프로젝트: Dextan/Estrella
 public void SendPacket(Packet pPacket)
 {
     Send(pPacket.ToPacketArray());
 }