C# Class DarkEmu_GameServer.stall

Datei anzeigen Open project: CarlosX/DarkEmu Class Usage Examples

Public Properties

Property Type Description
ItemList List
Members List
MembersClient List
StallName string
WelcomeMsg string
isOpened bool
ownerID int

Public Methods

Method Description
Dispose ( ) : void
Send ( byte buff ) : void
Send ( byte buff, Systems client ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Send() public method

public Send ( byte buff ) : void
buff byte
return void

Send() public method

public Send ( byte buff, Systems client ) : void
buff byte
client Systems
return void

Property Details

ItemList public_oe property

public List ItemList
return List

Members public_oe property

public List Members
return List

MembersClient public_oe property

public List MembersClient
return List

StallName public_oe property

public string StallName
return string

WelcomeMsg public_oe property

public string WelcomeMsg
return string

isOpened public_oe property

public bool isOpened
return bool

ownerID public_oe property

public int ownerID
return int