C# Class SagaLogin.Packets.Server.SendCharList

Inheritance: SagaLib.Packet
Afficher le fichier Open project: Willyham/SagaRO2 Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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
Résultat void

SendCharList() public méthode

public SendCharList ( ) : System
Résultat System

SetCharCountAllServer() public méthode

public SetCharCountAllServer ( byte count ) : void
count byte
Résultat void

SetServerName() public méthode

public SetServerName ( string serverName ) : void
serverName string
Résultat void