forked from akanyan/mu3-mods
chore: cleanup
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user