1
0
forked from akanyan/mu3-mods

feat(SkipCutscenes): full postgame skip

This commit is contained in:
2025-01-26 14:08:14 +00:00
parent fefadfc243
commit 8d2d9a3d43
4 changed files with 31 additions and 7 deletions

View File

@ -4,5 +4,6 @@ namespace MU3.Mod;
class State: Singleton<State> {
public bool SkipItemFrame { get; set; }
public bool SkipEntry { get; set; }
public bool SkipMusicIntro { get; set; }
public bool SkipMusicOutro { get; set; }
}