1
0
forked from akanyan/mu3-mods

feat: add infinite gp and skip premusic

Also, run the autoformatter.
Also, the skip is now cleaner.
This commit is contained in:
2024-05-26 08:15:13 +09:00
parent 63453d5e5f
commit a4104a67e7
16 changed files with 205 additions and 84 deletions

View File

@ -0,0 +1,8 @@

using MU3.Battle;
public class patch_BattleCamera: BattleCamera {
private void Enter_StartCutscene() {
setNextState(EState.ToPlay);
}
}