SocketLibrary.Packets.Packet.GetPacketID C# (CSharp) 메소드

GetPacketID() 공개 메소드

Gets the packetID of this packet.
public GetPacketID ( ) : int
리턴 int
        public int GetPacketID()
        {
            return PacketUtil.DecodeInt(this.packetID);
        }