C# Class Server.Lobby

Show file Open project: porcellus/KomponensAlapuJatek Class Usage Examples

Public Methods

Method Description
Lobby ( ) : System
add ( ServerClient client ) : void
get ( Int32 index ) : ServerClient
getClientlist ( ) : List
getClientsInfo ( String gametype ) : String
getbyId ( Int32 id ) : ServerClient
remove ( ServerClient client ) : void

Method Details

Lobby() public method

public Lobby ( ) : System
return System

add() public method

public add ( ServerClient client ) : void
client ServerClient
return void

get() public method

public get ( Int32 index ) : ServerClient
index Int32
return ServerClient

getClientlist() public method

public getClientlist ( ) : List
return List

getClientsInfo() public method

public getClientsInfo ( String gametype ) : String
gametype String
return String

getbyId() public method

public getbyId ( Int32 id ) : ServerClient
id Int32
return ServerClient

remove() public method

public remove ( ServerClient client ) : void
client ServerClient
return void