C# Class Server.Game

Exibir arquivo Open project: porcellus/KomponensAlapuJatek Class Usage Examples

Public Properties

Property Type Description
currplayer ServerClient
gamefiled Object
gamefinished bool
gamestarted bool
secondplayer ServerClient

Public Methods

Method Description
Game ( ServerClient currplayer, ServerClient secondplayer, Object gamefiled ) : System

Method Details

Game() public method

public Game ( ServerClient currplayer, ServerClient secondplayer, Object gamefiled ) : System
currplayer ServerClient
secondplayer ServerClient
gamefiled Object
return System

Property Details

currplayer public_oe property

public ServerClient,Server currplayer
return ServerClient

gamefiled public_oe property

public Object gamefiled
return Object

gamefinished public_oe property

public bool gamefinished
return bool

gamestarted public_oe property

public bool gamestarted
return bool

secondplayer public_oe property

public ServerClient,Server secondplayer
return ServerClient