BalloonsPop.SoundPlayer.SoundsPlayer.SoundsPlayer C# (CSharp) Method

SoundsPlayer() public method

Initializes a new instance of the SoundsPlayer class.
public SoundsPlayer ( ISoundsLoader loader ) : System
loader ISoundsLoader
return System
        public SoundsPlayer(ISoundsLoader loader)
        {
            this.sounds = new Dictionary<string, SoundPlayer>();
            this.loader = loader;
        }