C# Class BalloonsPop.Core.Commands.GameOverHandlingCommand

Implements command to handle game over
Inheritance: CompositeCommand
Afficher le fichier Open project: Baloons-Pop-4/Main

Méthodes publiques

Méthode Description
Execute ( IContext context ) : void

Executes GameOverHandlingCommand

GameOverHandlingCommand ( ) : System.Collections.Generic

Initializes a new instance of the GameOverHandlingCommand class.

Method Details

Execute() public méthode

Executes GameOverHandlingCommand
public Execute ( IContext context ) : void
context IContext
Résultat void

GameOverHandlingCommand() public méthode

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