fix: changed gold/exp mecanic

This commit is contained in:
2021-11-05 18:12:57 +01:00
parent afcfce1328
commit 18a090df06
6 changed files with 44 additions and 16 deletions

View File

@@ -185,6 +185,8 @@ std::string getTowerName(TowerType type) {
return "Necromancer";
case TowerType::Turret:
return "Turret";
default:
return "Unknow";
}
}