C# Class Game.Ui.UiGameDataAccess

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

Protected Properties

Свойство Type Description
GameData GameData

Méthodes publiques

Méthode Description
IsMyTurn ( PlayerId id ) : bool

Méthodes protégées

Méthode Description
Awake ( ) : void

Method Details

Awake() protected méthode

protected Awake ( ) : void
Résultat void

IsMyTurn() public méthode

public IsMyTurn ( PlayerId id ) : bool
id PlayerId
Résultat bool

Property Details

GameData protected_oe property

Reference to the game data.
protected GameData GameData
Résultat GameData