GachaVanillaItem

data class GachaVanillaItem(val material: Material, val amount: Int, val rarity: ItemRarity)

ガチャで排出されるバニラアイテムの定義

全てのガチャで共通して排出されるバニラアイテムをレアリティごとに定義する

Parameters

material

アイテムのマテリアル

amount

排出される個数

rarity

レアリティ(重み計算に使用)

Constructors

Link copied to clipboard
constructor(material: Material, amount: Int, rarity: ItemRarity)

Properties

Link copied to clipboard
val amount: Int
Link copied to clipboard
val material: Material
Link copied to clipboard