C# Class LegendOfZelda.GameState.Command.MainMenuCommand

Inheritance: ICommand
显示文件 Open project: EthanHuston/CSE-3902-Legendary-Legend-of-Zelda-Dungeon

Public Methods

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

Method Details

Execute() public method

public Execute ( ) : void
return void

MainMenuCommand() public method

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