C# Class BalloonsPop.Core.Commands.RestartCommand

Implements command to restart the game
Inheritance: ICommand
Afficher le fichier Open project: Baloons-Pop-4/Main

Méthodes publiques

Méthode Description
Execute ( IContext context ) : void

Executes RestartCommand

Method Details

Execute() public méthode

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