B1QuestConditionData
- Stores the progress data for a single quest condition, including the current count, goal count, and condition type.
| Property | Type | Description | Metadata |
|---|---|---|---|
| CurrentCount | int64 | The current progress count toward the condition goal. | |
| GoalCount | int64 | The target count required to satisfy this condition. | |
| ConditionType | EB1MissionCondition | The type of mission condition being tracked. |