C# Class SagaLogin.Packets.Server.SendToMapServer

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

Public Methods

Method Description
SendToMapServer ( ) : System
SetServer ( string serverIP, ushort serverPort ) : void
SetValidation ( uint validation1, uint validation2 ) : void

Method Details

SendToMapServer() public method

public SendToMapServer ( ) : System
return System

SetServer() public method

public SetServer ( string serverIP, ushort serverPort ) : void
serverIP string
serverPort ushort
return void

SetValidation() public method

public SetValidation ( uint validation1, uint validation2 ) : void
validation1 uint
validation2 uint
return void