C# Class SagaMap.Packets.Server.RegisterFriendlistChar

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

Méthodes publiques

Méthode Description
RegisterFriendlistChar ( ) : System
SetClvl ( byte clvl ) : void
SetJlvl ( byte jlvl ) : void
SetJob ( byte job ) : void
SetMap ( byte map ) : void
SetName ( string name ) : void
SetReason ( byte reason ) : void

Method Details

RegisterFriendlistChar() public méthode

public RegisterFriendlistChar ( ) : System
Résultat System

SetClvl() public méthode

public SetClvl ( byte clvl ) : void
clvl byte
Résultat void

SetJlvl() public méthode

public SetJlvl ( byte jlvl ) : void
jlvl byte
Résultat void

SetJob() public méthode

public SetJob ( byte job ) : void
job byte
Résultat void

SetMap() public méthode

public SetMap ( byte map ) : void
map byte
Résultat void

SetName() public méthode

public SetName ( string name ) : void
name string
Résultat void

SetReason() public méthode

public SetReason ( byte reason ) : void
reason byte
Résultat void