C# Class Server.Lobby

Afficher le fichier Open project: porcellus/KomponensAlapuJatek Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Lobby ( ) : System
Résultat System

add() public méthode

public add ( ServerClient client ) : void
client ServerClient
Résultat void

get() public méthode

public get ( Int32 index ) : ServerClient
index Int32
Résultat ServerClient

getClientlist() public méthode

public getClientlist ( ) : List
Résultat List

getClientsInfo() public méthode

public getClientsInfo ( String gametype ) : String
gametype String
Résultat String

getbyId() public méthode

public getbyId ( Int32 id ) : ServerClient
id Int32
Résultat ServerClient

remove() public méthode

public remove ( ServerClient client ) : void
client ServerClient
Résultat void