forked from akanyan/mu3-mods
7 lines
144 B
C#
7 lines
144 B
C#
namespace MU3.Battle;
|
|
|
|
public class patch_GameEngine: GameEngine {
|
|
public new bool isStartCutsceneFinish() {
|
|
return true;
|
|
}
|
|
} |