C# Class Server.Game

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

Méthodes publiques

Свойство Type Description
currplayer ServerClient
gamefiled Object
gamefinished bool
gamestarted bool
secondplayer ServerClient

Méthodes publiques

Méthode Description
Game ( ServerClient currplayer, ServerClient secondplayer, Object gamefiled ) : System

Method Details

Game() public méthode

public Game ( ServerClient currplayer, ServerClient secondplayer, Object gamefiled ) : System
currplayer ServerClient
secondplayer ServerClient
gamefiled Object
Résultat System

Property Details

currplayer public_oe property

public ServerClient,Server currplayer
Résultat ServerClient

gamefiled public_oe property

public Object gamefiled
Résultat Object

gamefinished public_oe property

public bool gamefinished
Résultat bool

gamestarted public_oe property

public bool gamestarted
Résultat bool

secondplayer public_oe property

public ServerClient,Server secondplayer
Résultat ServerClient