C# Class BalloonsPop.Core.Commands.GameOverHandlingCommand

Implements command to handle game over
Inheritance: CompositeCommand
Datei anzeigen Open project: Baloons-Pop-4/Main

Public Methods

Method Description
Execute ( IContext context ) : void

Executes GameOverHandlingCommand

GameOverHandlingCommand ( ) : System.Collections.Generic

Initializes a new instance of the GameOverHandlingCommand class.

Method Details

Execute() public method

Executes GameOverHandlingCommand
public Execute ( IContext context ) : void
context IContext
return void

GameOverHandlingCommand() public method

Initializes a new instance of the GameOverHandlingCommand class.
public GameOverHandlingCommand ( ) : System.Collections.Generic
return System.Collections.Generic