C# Class DarkEmu_GameServer.stall

Show file 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 property

public List ItemList
return List

Members public property

public List Members
return List

MembersClient public property

public List MembersClient
return List

StallName public property

public string StallName
return string

WelcomeMsg public property

public string WelcomeMsg
return string

isOpened public property

public bool isOpened
return bool

ownerID public property

public int ownerID
return int