mirror of
https://github.com/MartinKral/Slash-The-Hordes
synced 2025-10-09 00:26:04 +00:00
Linking highscore to game results
This commit is contained in:
@@ -7,6 +7,7 @@ export class UserData {
|
||||
export class GameData {
|
||||
public goldCoins = 0;
|
||||
public metaUpgrades = new MetaUpgradesData();
|
||||
public highscore = 0;
|
||||
}
|
||||
|
||||
export class MetaUpgradesData {
|
||||
|
Reference in New Issue
Block a user