C# Class CellGridStateGameOver, game-development-project-2017-team-3-5

Inheritance: CellGridState
Show file Open project: JAMK-GameDev/game-development-project-2017-team-3-5

Public Methods

Method Description
CellGridStateGameOver ( CellGrid, cellGrid )
OnStateEnter ( ) : void

Method Details

CellGridStateGameOver() public method

public CellGridStateGameOver ( CellGrid, cellGrid )
cellGrid CellGrid,

OnStateEnter() public method

public OnStateEnter ( ) : void
return void