C# Class Server.Game

Show file 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 property

public ServerClient,Server currplayer
return ServerClient

gamefiled public property

public Object gamefiled
return Object

gamefinished public property

public bool gamefinished
return bool

gamestarted public property

public bool gamestarted
return bool

secondplayer public property

public ServerClient,Server secondplayer
return ServerClient