SocketLibrary.Packets.Packet.GetPacketID C# (CSharp) Method

GetPacketID() public method

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