Test values

This commit is contained in:
Martin
2022-12-19 12:00:55 +01:00
parent 83c0be7961
commit e8fc5a1ec9
6 changed files with 54 additions and 7 deletions

View File

@@ -40,5 +40,7 @@ export class UnitLevel {
this.currentLevel++;
this.levelUpEvent.trigger(this.currentLevel);
this.tryLevelUp();
}
}