1
0
forked from akanyan/mu3-mods

chore: major cleanup

This commit is contained in:
2024-07-04 21:39:11 +09:00
parent 74ecdf111a
commit 76884216dd
52 changed files with 126 additions and 377 deletions

View File

@ -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) {