feat: bounty rewards #1549

Merged
Sainan merged 3 commits from bounty-rewards into main 2025-04-11 06:54:36 -07:00
Showing only changes of commit 91792244e0 - Show all commits

View File

@ -148,7 +148,7 @@ export interface IRewardInfo {
JobTier?: number;
jobId?: string;
JobStage?: number;
Q?: boolean; // always false?
Q?: boolean; // likely indicates that the bonus objective for this stage was completed
CheckpointCounter?: number; // starts at 1, is incremented with each job stage upload, and does not reset when starting a new job
}