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

@ -1,9 +1,7 @@
#pragma warning disable CS0108
namespace MU3.Battle;
namespace MU3.Battle;
public class patch_GameEngine: GameEngine {
public bool isStartCutsceneFinish() {
public new bool isStartCutsceneFinish() {
return true;
}
}