C# Class SagaMap.Packets.Server.RegisterFriendlistChar

Inheritance: SagaLib.Packet
ファイルを表示 Open project: Willyham/SagaRO2

Public Methods

Method 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 method

public RegisterFriendlistChar ( ) : System
return System

SetClvl() public method

public SetClvl ( byte clvl ) : void
clvl byte
return void

SetJlvl() public method

public SetJlvl ( byte jlvl ) : void
jlvl byte
return void

SetJob() public method

public SetJob ( byte job ) : void
job byte
return void

SetMap() public method

public SetMap ( byte map ) : void
map byte
return void

SetName() public method

public SetName ( string name ) : void
name string
return void

SetReason() public method

public SetReason ( byte reason ) : void
reason byte
return void