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:
@ -1,3 +1,4 @@
|
||||
using MonoMod;
|
||||
using MU3.Sequence;
|
||||
using MU3.Util;
|
||||
|
||||
@ -8,15 +9,10 @@ class patch_Scene_38_End: Scene_38_End {
|
||||
private extern void orig_Init_Init();
|
||||
private int result_;
|
||||
private UICommonWindow commonWindow_;
|
||||
|
||||
[MonoModIgnore]
|
||||
private enum State {
|
||||
Init,
|
||||
Continue,
|
||||
SendResultContinue,
|
||||
EndContinue,
|
||||
ForceLogout,
|
||||
ConsumeGP,
|
||||
End,
|
||||
WaitDestroy
|
||||
End = 6
|
||||
}
|
||||
|
||||
private void Init_Init() {
|
||||
|
Reference in New Issue
Block a user