C# Class LegendOfZelda.GameState.Command.ItemSelectCommand

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

Public Methods

Method Description
Execute ( ) : void
ItemSelectCommand ( IGameState gameState, int playerNum ) : LegendOfZelda.Interface

Method Details

Execute() public method

public Execute ( ) : void
return void

ItemSelectCommand() public method

public ItemSelectCommand ( IGameState gameState, int playerNum ) : LegendOfZelda.Interface
gameState IGameState
playerNum int
return LegendOfZelda.Interface