Ballz.Sound.SoundControl.SoundControl C# (CSharp) Method

SoundControl() public method

public SoundControl ( Ballz game ) : System
game Ballz
return System
        public SoundControl(Ballz game)
        {
            Game = game;
            loadedSounds = new Dictionary<string, SoundEffect>();
            WinnerSounds.Add("Germoney","Sounds/germoney");
            WinnerSounds.Add("Murica", "Sounds/freedom_fuckyeah");
        }