C# Class SagaMap.Packets.Server.SendBookList

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

Méthodes publiques

Méthode Description
SendBookList ( ) : System
SetActorID ( uint actor ) : void
SetBooks ( List books ) : void
SetMoney ( uint money ) : void

Method Details

SendBookList() public méthode

public SendBookList ( ) : System
Résultat System

SetActorID() public méthode

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

SetBooks() public méthode

public SetBooks ( List books ) : void
books List
Résultat void

SetMoney() public méthode

public SetMoney ( uint money ) : void
money uint
Résultat void