1
0
forked from akanyan/mu3-mods

fix: misc cleanup

Also set HideVersion default to false
Also fix the new skipper crashing on tutorial
This commit is contained in:
2024-12-21 13:55:36 +00:00
parent adb7955875
commit 25ca07edd6
28 changed files with 59 additions and 70 deletions

View File

@ -6,13 +6,11 @@ class patch_GameLED: GameLED {
private patch_ButtonList _buttonList = new();
public extern void orig_initialize();
public new void initialize() {
_buttonList.Clear();
orig_initialize();
}
private class patch_ButtonParam { }
private class patch_ButtonList: List<patch_ButtonParam> { }
}