ArtemisComm.ShipActionSubPackets.CaptainSelectSubPacket.GetPacket C# (CSharp) 메소드

GetPacket() 공개 정적인 메소드

public static GetPacket ( int targetID ) : Packet
targetID int
리턴 Packet
        public static Packet GetPacket(int targetID)
        {
            return new Packet(new ShipActionPacket(new CaptainSelectSubPacket(targetID)));
        }