forked from akanyan/mu3-mods
feat: rework reward skip; move it to SkipCutscenes
This commit is contained in:
8
Extras/SkipCutscenes/MU3.Mod/State.cs
Normal file
8
Extras/SkipCutscenes/MU3.Mod/State.cs
Normal file
@ -0,0 +1,8 @@
|
||||
using MU3.Util;
|
||||
|
||||
namespace MU3.Mod;
|
||||
|
||||
class State: Singleton<State> {
|
||||
public bool SkipItemFrame { get; set; }
|
||||
public bool SkipEntry { get; set; }
|
||||
}
|
Reference in New Issue
Block a user