BalloonsPop.Core.Commands.PlaySoundCommand.Execute C# (CSharp) Method

Execute() public method

Executes the PlaySoundCommand
public Execute ( IContext context ) : void
context IContext
return void
        public void Execute(IContext context)
        {
            context.Orchestra.PlaySound(this.sound);
        }