Property | Type | Description | |
---|---|---|---|
PlayersParent | Transform |
Method | Description | |
---|---|---|
EndTurn ( ) : void |
Method makes turn transitions. It is called by player at the end of his turn.
|
|
Start ( ) : void | ||
StartGame ( ) : void |
Method is called once, at the beggining of the game.
|
Method | Description | |
---|---|---|
OnCellClicked ( object sender, EventArgs e ) : void | ||
OnCellDehighlighted ( object sender, EventArgs e ) : void | ||
OnCellHighlighted ( object sender, EventArgs e ) : void | ||
OnUnitClicked ( object sender, EventArgs e ) : void | ||
OnUnitDestroyed ( object sender, AttackEventArgs, e ) : void |