forked from akanyan/mu3-mods
chore: mention the new dlls in readme.md
This commit is contained in:
9
SkipPreMusicRitual/MU3.Battle/patch_GameEngine.cs
Normal file
9
SkipPreMusicRitual/MU3.Battle/patch_GameEngine.cs
Normal file
@ -0,0 +1,9 @@
|
||||
#pragma warning disable CS0108
|
||||
|
||||
namespace MU3.Battle;
|
||||
|
||||
public class patch_GameEngine: GameEngine {
|
||||
public bool isStartCutsceneFinish() {
|
||||
return true;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user