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.battle.api
/
GameBattleImportedMoveApiRequest
Game
Battle
Imported
Move
Api
Request
data
class
GameBattleImportedMoveApiRequest
(
val
moveId
:
String
,
val
currentPp
:
Int
?
=
null
)
面向前端的导入招式请求视图。
Members
Constructors
Game
Battle
Imported
Move
Api
Request
Link copied to clipboard
constructor
(
moveId
:
String
,
currentPp
:
Int
?
=
null
)
Properties
current
Pp
Link copied to clipboard
val
currentPp
:
Int
?
当前招式剩余 PP。
move
Id
Link copied to clipboard
val
moveId
:
String
招式标识。