C# Class SagaMap.Packets.Server.PartyMemberLoot

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

Méthodes publiques

Méthode Description
PartyMemberLoot ( ) : System
SetActorID ( uint id ) : void
SetIndex ( byte index ) : void
SetItemID ( uint id ) : void

Method Details

PartyMemberLoot() public méthode

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

SetItemID() public méthode

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