变量: JUDGEMENT_TARGETS
ts
const JUDGEMENT_TARGETS: readonly (
| {
judgement: "perfect" | "great" | "good" | "miss";
noteType: "tap" | "hold" | "slide" | "touch";
}
| {
judgement: | "good"
| "miss"
| "perfect-1"
| "perfect-2"
| "great-1"
| "great-2"
| "great-3";
noteType: "break";
})[];定义于: solver.ts:44
所有可查询的非 Critical Perfect 单项目标。
