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.dsl.action
/
SetTerrainActionNode
Set
Terrain
Action
Node
data
class
SetTerrainActionNode
(
val
value
:
String
,
val
duration
:
Int
?
=
null
)
:
ActionNode
设置地形动作。
Members
Constructors
Set
Terrain
Action
Node
Link copied to clipboard
constructor
(
value
:
String
,
duration
:
Int
?
=
null
)
Properties
duration
Link copied to clipboard
val
duration
:
Int
?
可选的持续回合数。
type
Link copied to clipboard
open
override
val
type
:
ActionTypeId
动作节点类型标识。
value
Link copied to clipboard
val
value
:
String
目标地形标识。