Package-level declarations

Types

Link copied to clipboard
@RestController
@RequestMapping(value = ["/game/battle"])
class GameBattleController(battleInitializationService: BattleInitializationService, battleEngineService: BattleEngineService, battleSettlementExecutor: BattleSettlementExecutor, gameBattleRequestAssembler: GameBattleRequestAssembler, gameBattleViewAssembler: GameBattleViewAssembler)

游戏对战业务控制器。

Link copied to clipboard
@RestController
@RequestMapping(value = ["/game/owned-creatures"])
class OwnedCreatureController(ownedCreatureQueryService: OwnedCreatureQueryService)

玩家持有生物与盒子控制器。

Link copied to clipboard
@RestController
@RequestMapping(value = ["/game/players"])
class PlayerController(playerQueryService: PlayerQueryService, playerManagementService: PlayerManagementService)

玩家控制器。

Link copied to clipboard
@RestController
@RequestMapping(value = ["/game/inventory"])
class PlayerInventoryController(playerInventoryManagementService: PlayerInventoryManagementService)

玩家背包控制器。