mirror of
https://github.com/Melledy/Nebula.git
synced 2025-12-14 21:34:52 +01:00
Implement vampire survivor records
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user