1
0
forked from akanyan/mu3-mods

fix(BetterGiveUp): proper hard resets

This commit is contained in:
2024-12-28 01:18:33 +00:00
parent e5e177f226
commit 4f0cf6b327
5 changed files with 78 additions and 61 deletions

View File

@ -0,0 +1,7 @@
using MU3.Util;
namespace MU3.Mod;
class State: Singleton<State> {
public bool SkipPlay { get; set; }
}