Theme revealed when the jam starts.
/// <summary> /// 难度档位:简单(蓄力时显示辅助线)/ 容易(标准)/ 困难(落点不吸附平台中心)。 /// </summary> public enum JumpDifficulty { Easy, Normal, Hard }