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:
8
SkipBullshit/MU3.Battle/patch_BattleCamera.cs
Normal file
8
SkipBullshit/MU3.Battle/patch_BattleCamera.cs
Normal file
@ -0,0 +1,8 @@
|
||||
|
||||
using MU3.Battle;
|
||||
|
||||
public class patch_BattleCamera: BattleCamera {
|
||||
private void Enter_StartCutscene() {
|
||||
setNextState(EState.ToPlay);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user