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.model
/
AttachedEffectState
/
AttachedEffectState
Attached
Effect
State
constructor
(
effectId
:
String
,
sourceId
:
String
?
=
null
,
duration
:
Int
?
=
null
,
effectOrder
:
Int
=
0
,
internalState
:
Map
<
String
,
String
>
=
emptyMap()
,
debugFlags
:
Map
<
String
,
String
>
=
emptyMap()
)