Skip to content

Commit

Permalink
Added getData method
Browse files Browse the repository at this point in the history
  • Loading branch information
DDShadowRU committed Jul 13, 2020
1 parent 8db0461 commit e8b022d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions raw/achievements-api/achievements/Achievement.ts
Expand Up @@ -163,6 +163,10 @@ class Achievement {
return this.group;
}

getData() {
return this.data.data;
}

setCompleted(value: boolean) {
this.completed = value;
}
Expand Down

0 comments on commit e8b022d

Please sign in to comment.