SmartBattleUnitImportService

@Service
class SmartBattleUnitImportService(creatureReader: CreatureReader, natureReader: NatureReader, moveReader: MoveReader, statCalculatorFactory: StatCalculatorFactory, growthRateCalculatorFactory: GrowthRateCalculatorFactory) : BattleUnitImporter

基于真实数据的战斗单位智能导入服务。

Constructors

Link copied to clipboard
constructor(creatureReader: CreatureReader, natureReader: NatureReader, moveReader: MoveReader, statCalculatorFactory: StatCalculatorFactory, growthRateCalculatorFactory: GrowthRateCalculatorFactory)

Functions

Link copied to clipboard