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

@ -6,7 +6,7 @@ namespace MU3;
public class patch_UITimer: UITimer {
public new void update() { /* nop */ }
public new void update(float externalCounter) { /* nop */ }
public new void update(float externalCounter) { /* nop */ }
public extern void orig_initialize(float counter);
public new void initialize(float counter) {
orig_initialize(counter);