void OnEnable() { Instance = this; NewSounds.Setup(); PlayerHooks.SetHooks(); MusicHooks.SetHooks(); SoundHooks.SetHooks(); }
void OnDisable() { PlayerHooks.ClearHooks(); MusicHooks.ClearHooks(); SoundHooks.ClearHooks(); }