C# Class SagaLogin.Packets.Server.SendServerList

Inheritance: SagaLib.Packet
Show file Open project: Willyham/SagaRO2 Class Usage Examples

Public Methods

Method Description
AddServer ( byte index, string serverName, short playerCount, CharServer ping ) : void
SendServerList ( ) : System

Method Details

AddServer() public method

public AddServer ( byte index, string serverName, short playerCount, CharServer ping ) : void
index byte
serverName string
playerCount short
ping CharServer
return void

SendServerList() public method

public SendServerList ( ) : System
return System