namespace MU3.Battle; public class patch_GameEngine: GameEngine { public new bool isStartCutsceneFinish() { return true; } }