Class ServerEntry
Server entry for ServerListingPacket (0x5E)
public class ServerEntry
- Inheritance
-
ServerEntry
- Inherited Members
Constructors
ServerEntry()
public ServerEntry()
ServerEntry(byte, string)
public ServerEntry(byte index, string serverName)
Parameters
Properties
Index
public byte Index { get; set; }
Property Value
ServerName
public string ServerName { get; set; }