C# Class SagaMap.Packets.Server.PartyNewMember

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

Public Methods

Method Description
PartyNewMember ( ) : System
SetActorID ( uint id ) : void
SetIndex ( byte index ) : void
SetName ( string name ) : void
SetUnknown ( byte u ) : void

Method Details

PartyNewMember() public method

public PartyNewMember ( ) : 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

SetName() public method

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

SetUnknown() public method

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