GachaEventData

data class GachaEventData(val id: String, val displayName: String, val ticketCost: UInt, val isActive: Boolean, val pityThreshold: UInt)

ガチャイベントのデータモデル

Parameters

id

イベントの一意な識別子

displayName

表示名

ticketCost

1回に必要なチケット枚数

isActive

アクティブかどうか

pityThreshold

天井に達するまでの回数

Constructors

Link copied to clipboard
constructor(id: String, displayName: String, ticketCost: UInt, isActive: Boolean, pityThreshold: UInt)

Properties

Link copied to clipboard
Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard