C# Class GameStateManager, Albatross

Inheritance: MonoBehaviour
Mostra file Open project: xby2/Albatross Class Usage Examples

Public Properties

Property Type Description
players List
winningPlayerId int?

Public Methods

Method Description
Start ( ) : void
Update ( ) : void
getOpponents ( PlayerController player ) : List

Returns the opponents for the given player

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

getOpponents() public method

Returns the opponents for the given player
public getOpponents ( PlayerController player ) : List
player PlayerController
return List

Property Details

players public_oe property

Reference to all the players in the game
public List players
return List

winningPlayerId public_oe property

public int? winningPlayerId
return int?