C# Class SagaMap.Packets.Server.PartyMemberQuit

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

Public Methods

Method Description
PartyMemberQuit ( ) : System
SetActorID ( uint id ) : void
SetIndex ( byte index ) : void
SetUnknown ( byte u ) : void

Method Details

PartyMemberQuit() public method

public PartyMemberQuit ( ) : System
return System

SetActorID() public method

public SetActorID ( uint id ) : void
id uint
return void

SetIndex() public method

public SetIndex ( byte index ) : void
index byte
return void

SetUnknown() public method

public SetUnknown ( byte u ) : void
u byte
return void