store bl score and leaderboard id
This commit is contained in:
@ -52,6 +52,18 @@ export class AdditionalScoreData {
|
||||
// Above data is only so we can fetch it
|
||||
// --------------------------------
|
||||
|
||||
/**
|
||||
* The BeatLeader score id for this score.
|
||||
*/
|
||||
@prop({ required: false })
|
||||
public scoreId!: number;
|
||||
|
||||
/**
|
||||
* The BeatLeader leaderboard id for this score.
|
||||
*/
|
||||
@prop({ required: false })
|
||||
public leaderboardId!: string;
|
||||
|
||||
/**
|
||||
* The amount of pauses in the play.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user