C# Class LegendOfZelda.GameState.Command.StartGameCommand

Inheritance: ICommand
Mostra file Open project: EthanHuston/CSE-3902-Legendary-Legend-of-Zelda-Dungeon

Public Methods

Method Description
Execute ( ) : void
StartGameCommand ( IGameState gameState ) : LegendOfZelda.Interface

Method Details

Execute() public method

public Execute ( ) : void
return void

StartGameCommand() public method

public StartGameCommand ( IGameState gameState ) : LegendOfZelda.Interface
gameState IGameState
return LegendOfZelda.Interface