C# Class BalloonsPop.Core.Commands.SaveCommand

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

Méthodes publiques

Méthode Description
Execute ( IContext context ) : void

Executes SaveCommand

SaveCommand ( ) : BalloonsPop.Common.Contracts

Initializes a new instance of the SaveCommand class.

Method Details

Execute() public méthode

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

SaveCommand() public méthode

Initializes a new instance of the SaveCommand class.
public SaveCommand ( ) : BalloonsPop.Common.Contracts
Résultat BalloonsPop.Common.Contracts