C# Class SagaMap.Packets.Server.PartyNewMember

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

Méthodes publiques

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

Method Details

PartyNewMember() public méthode

public PartyNewMember ( ) : System
Résultat System

SetActorID() public méthode

public SetActorID ( uint id ) : void
id uint
Résultat void

SetIndex() public méthode

public SetIndex ( byte index ) : void
index byte
Résultat void

SetName() public méthode

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

SetUnknown() public méthode

public SetUnknown ( byte u ) : void
u byte
Résultat void