Loot

@Serializable
open class Loot(val key: LootKey = NONE, val code: String) : LootKeyApi, BaseProp

掉落物

Inheritors

Constructors

Link copied to clipboard
constructor(key: LootKey = NONE, code: 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对象