Linking highscore to game results

This commit is contained in:
Martin
2022-12-13 18:25:19 +01:00
parent bef7505584
commit 9eab8522a2
3 changed files with 15 additions and 5 deletions

View File

@@ -7,6 +7,7 @@ export class UserData {
export class GameData {
public goldCoins = 0;
public metaUpgrades = new MetaUpgradesData();
public highscore = 0;
}
export class MetaUpgradesData {