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.session
/
RunChoice
Run
Choice
data
class
RunChoice
(
val
sideId
:
String
,
val
priority
:
Int
=
0
,
val
speed
:
Int
=
0
)
:
BattleSessionSideChoice
逃跑输入 DTO。
Members
Constructors
Run
Choice
Link copied to clipboard
constructor
(
sideId
:
String
,
priority
:
Int
=
0
,
speed
:
Int
=
0
)
Properties
kind
Link copied to clipboard
open
override
val
kind
:
BattleSessionChoiceKind
当前 choice 的命令种类。
priority
Link copied to clipboard
open
override
val
priority
:
Int
行动优先级。
side
Id
Link copied to clipboard
open
override
val
sideId
:
String
发起逃跑的 side 标识。
speed
Link copied to clipboard
open
override
val
speed
:
Int
排序所需速度值。