Implement vampire survivor records

This commit is contained in:
Melledy
2025-11-14 18:12:07 -08:00
parent 300d51aaf2
commit 30d0dfbaee
9 changed files with 165 additions and 17 deletions

View File

@@ -37,6 +37,10 @@ public class StarTowerManager extends PlayerManager {
public StarTowerBuild getBuildById(long id) {
return this.getBuilds().get(id);
}
public boolean hasBuild(long id) {
return this.getBuilds().containsKey(id);
}
public StarTowerGame apply(StarTowerApplyReq req) {
// Sanity checks