forked from akanyan/mu3-mods
8 lines
113 B
C#
8 lines
113 B
C#
using MU3.Util;
|
|
|
|
namespace MU3.Mod;
|
|
|
|
class State: Singleton<State> {
|
|
public bool SkipPlay { get; set; }
|
|
}
|