Fix highscore

This commit is contained in:
Bill 2021-05-04 00:23:05 -04:00
parent d27a7debe8
commit cb5b29fb87

View File

@ -118,4 +118,14 @@ export class HighScoreDataType extends ObjectDataBase implements IObjectData
{ {
return this._entries; return this._entries;
} }
public get clearType(): number
{
return this._clearType;
}
public get scoreType(): number
{
return this._scoreType;
}
} }