avalon
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
avalon
avalon-game-service
/
io.github.lishangbu.avalon.game.service.unit
/
BattleMoveImportRequest
Battle
Move
Import
Request
data
class
BattleMoveImportRequest
(
val
moveId
:
String
,
val
currentPp
:
Int
?
=
null
)
单个招式槽位导入参数。
Members
Constructors
Battle
Move
Import
Request
Link copied to clipboard
constructor
(
moveId
:
String
,
currentPp
:
Int
?
=
null
)
Properties
current
Pp
Link copied to clipboard
val
currentPp
:
Int
?
move
Id
Link copied to clipboard
val
moveId
:
String