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;
|
||||
|
||||
@ -5,21 +6,13 @@ namespace MU3;
|
||||
|
||||
class patch_Scene_37_Result: Scene_37_Result {
|
||||
private Mode<Scene_37_Result, State> mode_;
|
||||
private extern void orig_Init_Init();
|
||||
|
||||
[MonoModIgnore]
|
||||
private enum State {
|
||||
Init,
|
||||
Score,
|
||||
Assignment,
|
||||
ReleaseMaster,
|
||||
GetMusic,
|
||||
UnlockScenario,
|
||||
Event,
|
||||
MemoryChapterEvent,
|
||||
CardCharaUp,
|
||||
CardCharaWaitSkip,
|
||||
CardCharaEnd,
|
||||
End
|
||||
End = 11
|
||||
}
|
||||
|
||||
private extern void orig_Init_Init();
|
||||
private void Init_Init() {
|
||||
orig_Init_Init();
|
||||
if(patch_PlayMusic.QuickSkip) {
|
||||
|
Reference in New Issue
Block a user