Sharpcraft.Networking.Packets.KeepAlivePacket.KeepAlivePacket C# (CSharp) Method

KeepAlivePacket() public method

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