avalon
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
avalon
avalon-game-battle-engine
/
io.github.lishangbu.avalon.game.battle.engine.core.mutation
/
RestorePpMutation
Restore
Pp
Mutation
data
class
RestorePpMutation
(
val
target
:
TargetSelectorId
,
val
moveId
:
String
?
,
val
value
:
Int
)
:
BattleMutation
回复 PP 变更。
Members
Constructors
Restore
Pp
Mutation
Link copied to clipboard
constructor
(
target
:
TargetSelectorId
,
moveId
:
String
?
,
value
:
Int
)
Properties
move
Id
Link copied to clipboard
val
moveId
:
String
?
目标招式标识。
target
Link copied to clipboard
val
target
:
TargetSelectorId
目标选择器。
value
Link copied to clipboard
val
value
:
Int
回复量。