C# Class CellGridStateWaitingForInput

Inheritance: CellGridState
Afficher le fichier Open project: TheJP/GlobalGameJam2016 Class Usage Examples

Méthodes publiques

Méthode Description
CellGridStateWaitingForInput ( CellGrid, cellGrid )
OnUnitClicked ( Unit, unit ) : void

Method Details

CellGridStateWaitingForInput() public méthode

public CellGridStateWaitingForInput ( CellGrid, cellGrid )
cellGrid CellGrid,

OnUnitClicked() public méthode

public OnUnitClicked ( Unit, unit ) : void
unit Unit,
Résultat void