C# Class LegendOfZelda.GameState.Command.TurnButtonOffCommand

Inheritance: ICommand
Exibir arquivo Open project: EthanHuston/CSE-3902-Legendary-Legend-of-Zelda-Dungeon

Public Methods

Method Description
Execute ( ) : void
TurnButtonOffCommand ( IOnOffButton button ) : LegendOfZelda.Interface

Method Details

Execute() public method

public Execute ( ) : void
return void

TurnButtonOffCommand() public method

public TurnButtonOffCommand ( IOnOffButton button ) : LegendOfZelda.Interface
button IOnOffButton
return LegendOfZelda.Interface