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.unit
/
NatureImportRecord
Nature
Import
Record
data
class
NatureImportRecord
(
val
id
:
Long
?
,
val
internalName
:
String
,
val
increasedStatInternalName
:
String
?
,
val
decreasedStatInternalName
:
String
?
)
Members
Constructors
Nature
Import
Record
Link copied to clipboard
constructor
(
id
:
Long
?
,
internalName
:
String
,
increasedStatInternalName
:
String
?
,
decreasedStatInternalName
:
String
?
)
Properties
decreased
Stat
Internal
Name
Link copied to clipboard
val
decreasedStatInternalName
:
String
?
id
Link copied to clipboard
val
id
:
Long
?
increased
Stat
Internal
Name
Link copied to clipboard
val
increasedStatInternalName
:
String
?
internal
Name
Link copied to clipboard
val
internalName
:
String