1
0
forked from akanyan/mu3-mods

chore: cleanup

This commit is contained in:
2024-07-02 10:35:45 +09:00
parent cc6f7657c7
commit 470d2acae4
6 changed files with 11 additions and 13 deletions

View File

@ -4,7 +4,7 @@ namespace MU3;
public class patch_SystemUI: SystemUI {
public class patch_Timer: SystemUI.Timer {
public patch_Timer(UITimer timer): base(timer) { /* nop */ }
public patch_Timer(UITimer timer) : base(timer) { /* nop */ }
public new void execute() { /* nop */ }
public extern bool orig_get_show();
public extern void orig_set_show(bool value);