C# Class Game.Ui.UiGameDataAccess

Base class for all classes interested on send input to the game data.
Inheritance: MonoBehaviour
Mostrar archivo Open project: ycarowr/CardGameHexBoard

Protected Properties

Property Type Description
GameData GameData

Public Methods

Method Description
IsMyTurn ( PlayerId id ) : bool

Protected Methods

Method Description
Awake ( ) : void

Method Details

Awake() protected method

protected Awake ( ) : void
return void

IsMyTurn() public method

public IsMyTurn ( PlayerId id ) : bool
id PlayerId
return bool

Property Details

GameData protected_oe property

Reference to the game data.
protected GameData GameData
return GameData