Rework star tower

This commit is contained in:
Melledy
2025-12-02 23:15:31 -08:00
parent 33b1cf55d4
commit 893b23b50d
19 changed files with 880 additions and 537 deletions

View File

@@ -20,7 +20,7 @@ public class HandlerStarTowerGiveUpReq extends NetHandler {
// Build response
var rsp = StarTowerGiveUpResp.newInstance()
.setBuild(game.getBuild().toProto())
.setFloor(game.getFloor());
.setFloor(game.getFloorCount());
rsp.getMutableChange();