toggle menu
OneMoreRun
1.0.0
jvm
switch theme
search in API
OneMoreRun
/
cn.chahuyun.omr.game
/
GoldLoot
Gold
Loot
class
GoldLoot
(
value
:
Int
=
0
,
message
:
String
=
"你获得了 "
)
:
Loot
金币战利品类
Parameters
value
金币数量,默认为0
message
战利品消息描述
code
战利品代码,默认为"GOLD"
Members
Constructors
Gold
Loot
Link copied to clipboard
constructor
(
value
:
Int
=
0
,
message
:
String
=
"你获得了 "
)
Properties
code
Link copied to clipboard
open
override
val
code
:
String
道具code
key
Link copied to clipboard
val
key
:
LootKey
Functions
get
Loot
Key
Link copied to clipboard
open
override
fun
getLootKey
(
)
:
LootKey
获取LootKey对象