Example #1
0
        void OnEnable()
        {
            Instance = this;
            NewSounds.Setup();

            PlayerHooks.SetHooks();
            MusicHooks.SetHooks();
            SoundHooks.SetHooks();
        }
Example #2
0
 void OnDisable()
 {
     PlayerHooks.ClearHooks();
     MusicHooks.ClearHooks();
     SoundHooks.ClearHooks();
 }