forked from akanyan/mu3-mods
feat(SkipCutscenes): full postgame skip
This commit is contained in:
@ -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; }
|
||||
}
|
||||
|
Reference in New Issue
Block a user