BalloonsPop.Core.Commands.GameOverHandlingCommand.GameOverHandlingCommand C# (CSharp) Méthode

GameOverHandlingCommand() public méthode

Initializes a new instance of the GameOverHandlingCommand class.
public GameOverHandlingCommand ( ) : System.Collections.Generic
Résultat System.Collections.Generic
        public GameOverHandlingCommand()
        {
            this.SubCommands = new List<ICommand>();
        }
GameOverHandlingCommand