コード例 #1
0
 public static bool RequiresHPGuard(this PhaseType st) => st.IsLenient() || st.IsCard();
コード例 #2
0
 public static bool IsPattern(this PhaseType st) => st.IsCard() || st.IsStage();