C# Class LKCamelot.model.PlayerHandler

Show file Open project: vans163/LKEmu Class Usage Examples

Public Properties

Property Type Description
add Player>.ConcurrentDictionary

Public Methods

Method Description
HasPlayer ( string name ) : bool
getSingleton ( ) : PlayerHandler
newPlayerClient ( IOClient client ) : void
removePlayerClient ( IOClient client ) : void

Method Details

HasPlayer() public method

public HasPlayer ( string name ) : bool
name string
return bool

getSingleton() public static method

public static getSingleton ( ) : PlayerHandler
return PlayerHandler

newPlayerClient() public method

public newPlayerClient ( IOClient client ) : void
client LKCamelot.io.IOClient
return void

removePlayerClient() public method

public removePlayerClient ( IOClient client ) : void
client LKCamelot.io.IOClient
return void

Property Details

add public property

public ConcurrentDictionary add
return Player>.ConcurrentDictionary