Sharpcraft.Networking.Packets.KeepAlivePacket.KeepAlivePacket C# (CSharp) Méthode

KeepAlivePacket() public méthode

public KeepAlivePacket ( Int32 id ) : System
id System.Int32
Résultat System
        public KeepAlivePacket(Int32 id = 0)
            : base(PacketType.KeepAlive)
        {
            KeepAliveID = id;
        }
KeepAlivePacket