forked from akanyan/mu3-mods
feat!: rename and reorganize
This commit is contained in:
11
Enhancements/Pause/MU3.Battle/patch_GameEngine.cs
Normal file
11
Enhancements/Pause/MU3.Battle/patch_GameEngine.cs
Normal file
@ -0,0 +1,11 @@
|
||||
using MU3.Sequence;
|
||||
|
||||
namespace MU3.Battle;
|
||||
|
||||
class patch_GameEngine: GameEngine {
|
||||
public extern void orig_reset();
|
||||
public new void reset() {
|
||||
orig_reset();
|
||||
patch_PlayMusic.Paused = false;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user