C# Class Sharpcraft.Networking.Packets.KeepAlivePacket

Inheritance: Packet
Show file Open project: SijmenSchoon/Sharpcraft Class Usage Examples

Public Properties

Property Type Description
KeepAliveID System.Int32
KeepAliveID int

Public Methods

Method Description
KeepAlivePacket ( Int32 id ) : System

Method Details

KeepAlivePacket() public method

public KeepAlivePacket ( Int32 id ) : System
id System.Int32
return System

Property Details

KeepAliveID public property

public Int32,System KeepAliveID
return System.Int32

KeepAliveID public property

public int KeepAliveID
return int