forked from akanyan/mu3-mods
chore: major cleanup
This commit is contained in:
@ -1,11 +1,9 @@
|
||||
#pragma warning disable CS0649
|
||||
|
||||
using MU3.Sound;
|
||||
using MU3.Util;
|
||||
|
||||
namespace MU3.Game;
|
||||
|
||||
public class patch_GameBGM: GameBGM {
|
||||
class patch_GameBGM: GameBGM {
|
||||
private patch_SoundManager psm => ((patch_SoundManager)Singleton<SoundManager>.instance);
|
||||
private HandleInfo _handle;
|
||||
public void pause(bool val) {
|
||||
|
Reference in New Issue
Block a user