C# Class DarkEmu_GameServer.stall

Afficher le fichier Open project: CarlosX/DarkEmu Class Usage Examples

Méthodes publiques

Свойство Type Description
ItemList List
Members List
MembersClient List
StallName string
WelcomeMsg string
isOpened bool
ownerID int

Méthodes publiques

Méthode Description
Dispose ( ) : void
Send ( byte buff ) : void
Send ( byte buff, Systems client ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Send() public méthode

public Send ( byte buff ) : void
buff byte
Résultat void

Send() public méthode

public Send ( byte buff, Systems client ) : void
buff byte
client Systems
Résultat void

Property Details

ItemList public_oe property

public List ItemList
Résultat List

Members public_oe property

public List Members
Résultat List

MembersClient public_oe property

public List MembersClient
Résultat List

StallName public_oe property

public string StallName
Résultat string

WelcomeMsg public_oe property

public string WelcomeMsg
Résultat string

isOpened public_oe property

public bool isOpened
Résultat bool

ownerID public_oe property

public int ownerID
Résultat int