Sharpcraft.Networking.Packets.KeepAlivePacket.KeepAlivePacket C# (CSharp) 메소드

KeepAlivePacket() 공개 메소드

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