C# Class SagaMap.Packets.Server.PartyMemberInfo

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

Méthodes publiques

Méthode Description
PartyMemberInfo ( ) : System
SetActorID ( uint id ) : void
SetActorInfo ( SagaDB pc ) : void
SetIndex ( byte index ) : void

Method Details

PartyMemberInfo() public méthode

public PartyMemberInfo ( ) : System
Résultat System

SetActorID() public méthode

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

SetActorInfo() public méthode

public SetActorInfo ( SagaDB pc ) : void
pc SagaDB
Résultat void

SetIndex() public méthode

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