Table of Contents

Class ServerEntry

Namespace
Moongate.UO.Data.Packets.Data
Assembly
Moongate.UO.Data.dll

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

index byte
serverName string

Properties

Index

public byte Index { get; set; }

Property Value

byte

ServerName

public string ServerName { get; set; }

Property Value

string