GachaRewardItem

sealed class GachaRewardItem

ガチャの抽選アイテム(カスタムまたはバニラ)

Inheritors

Types

Link copied to clipboard
data class Custom(val item: CustomItem) : GachaRewardItem
Link copied to clipboard
data class Vanilla(val vanillaItem: GachaVanillaItem) : GachaRewardItem

Properties

Link copied to clipboard
abstract val rarity: ItemRarity

Functions

Link copied to clipboard
abstract fun toItemStack(): ItemStack