public static bool IsActive(State state) => GameLogic.AllwaysTrue(state);
public static bool IsHide(State state) => GameLogic.AllwaysFalse(state);