예제 #1
0
파일: Packet.cs 프로젝트: Hamarz/CodeWithMe
 public static string GetPacket(Packets packet)
 {
     return packet.ToPacket();
 }