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
/
BattleSessionCaptureSucceededPayload
Battle
Session
Capture
Succeeded
Payload
data
class
BattleSessionCaptureSucceededPayload
(
val
targetUnitId
:
String
)
:
BattleSessionEventPayload
捕捉成功事件 payload。
Members
Constructors
Battle
Session
Capture
Succeeded
Payload
Link copied to clipboard
constructor
(
targetUnitId
:
String
)
Properties
target
Unit
Id
Link copied to clipboard
val
targetUnitId
:
String
被成功捕捉的目标单位标识。
type
Link copied to clipboard
open
override
val
type
:
BattleSessionEventType
当前 payload 对应的结构化事件类型。