mirror of
https://github.com/billsonnn/nitro-renderer.git
synced 2024-11-22 23:50:52 +01:00
Fix highscore
This commit is contained in:
parent
d27a7debe8
commit
cb5b29fb87
@ -118,4 +118,14 @@ export class HighScoreDataType extends ObjectDataBase implements IObjectData
|
||||
{
|
||||
return this._entries;
|
||||
}
|
||||
}
|
||||
|
||||
public get clearType(): number
|
||||
{
|
||||
return this._clearType;
|
||||
}
|
||||
|
||||
public get scoreType(): number
|
||||
{
|
||||
return this._scoreType;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user