SocketLibrary.Packets.Packet.GetPacketID C# (CSharp) Méthode

GetPacketID() public méthode

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