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

PlaySoundCommand() public method

Initializes a new instance of the PlaySoundCommand class.
public PlaySoundCommand ( string sound ) : BalloonsPop.Common.Contracts
sound string
return BalloonsPop.Common.Contracts
        public PlaySoundCommand(string sound)
        {
            this.sound = sound;
        }