Skip to content

Commit

Permalink
add HelixHypeTrainEvent#goal
Browse files Browse the repository at this point in the history
  • Loading branch information
d-fischer committed Feb 7, 2021
1 parent cc8d1a9 commit 51cda78
Showing 1 changed file with 7 additions and 0 deletions.
Expand Up @@ -116,6 +116,13 @@ export class HelixHypeTrainEvent {
return this._data.event_data.total;
}

/**
* The progress points goal to reach the next Hype Train level.
*/
get goal(): number {
return this._data.event_data.goal;
}

/**
* The last contribution to the Hype Train event.
*/
Expand Down

0 comments on commit 51cda78

Please sign in to comment.