Ballz.Sound.SoundControl.SoundControl C# (CSharp) Méthode

SoundControl() public méthode

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