BalloonsPop.Core.Commands.PlaySoundCommand.PlaySoundCommand C# (CSharp) 메소드

PlaySoundCommand() 공개 메소드

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