GoldLoot

class GoldLoot(value: Int = 0, message: String = "你获得了 ") : Loot

金币战利品类

Parameters

value

金币数量,默认为0

message

战利品消息描述

code

战利品代码,默认为"GOLD"

Constructors

Link copied to clipboard
constructor(value: Int = 0, message: String = "你获得了 ")

Properties

Link copied to clipboard
open override val code: String

道具code

Link copied to clipboard

Functions

Link copied to clipboard
open override fun getLootKey(): LootKey

获取LootKey对象