EmptyLoot

@Serializable
class EmptyLoot(val message: String) : Loot

空掉落物

Parameters

message

道具消息内容

code

道具编码,默认值为"N"

Constructors

Link copied to clipboard
constructor(message: String)

Properties

Link copied to clipboard
open override val code: String

道具code

Link copied to clipboard
Link copied to clipboard

Functions

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

获取LootKey对象