1
0
forked from akanyan/mu3-mods

chore: mention the new dlls in readme.md

This commit is contained in:
2024-05-26 08:20:29 +09:00
parent a4104a67e7
commit da3c62b7a5
5 changed files with 9 additions and 1 deletions

View File

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