C# Class SagaLogin.Packets.Server.SendCharList

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

Public Methods

Method Description
AddChar ( uint charID, string charName, RaceType charRace, uint cExp, JobType job, byte pendingDeletion ) : void
SendCharList ( ) : System
SetCharCountAllServer ( byte count ) : void
SetServerName ( string serverName ) : void

Method Details

AddChar() public method

public AddChar ( uint charID, string charName, RaceType charRace, uint cExp, JobType job, byte pendingDeletion ) : void
charID uint
charName string
charRace RaceType
cExp uint
job JobType
pendingDeletion byte
return void

SendCharList() public method

public SendCharList ( ) : System
return System

SetCharCountAllServer() public method

public SetCharCountAllServer ( byte count ) : void
count byte
return void

SetServerName() public method

public SetServerName ( string serverName ) : void
serverName string
return void