forked from akanyan/mu3-mods
feat!: rename and reorganize
This commit is contained in:
10
Enhancements/Pause/patch_GameDeviceManager.cs
Normal file
10
Enhancements/Pause/patch_GameDeviceManager.cs
Normal file
@ -0,0 +1,10 @@
|
||||
using MU3.Sequence;
|
||||
|
||||
class patch_GameDeviceManager: GameDeviceManager {
|
||||
private extern void orig_update();
|
||||
private void update() {
|
||||
if(!patch_PlayMusic.Paused) {
|
||||
orig_update();
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user