RuneCore
Toggle table of contents
0.1.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
RuneCore
RuneCore
/
org.lyralis.runeCore.domain.gacha
/
GachaEventData
Gacha
Event
Data
data
class
GachaEventData
(
val
id
:
String
,
val
displayName
:
String
,
val
ticketCost
:
UInt
,
val
isActive
:
Boolean
,
val
pityThreshold
:
UInt
)
ガチャイベントのデータモデル
Parameters
id
イベントの一意な識別子
display
Name
表示名
ticket
Cost
1回に必要なチケット枚数
is
Active
アクティブかどうか
pity
Threshold
天井に達するまでの回数
Members
Constructors
Gacha
Event
Data
Link copied to clipboard
constructor
(
id
:
String
,
displayName
:
String
,
ticketCost
:
UInt
,
isActive
:
Boolean
,
pityThreshold
:
UInt
)
Properties
display
Name
Link copied to clipboard
val
displayName
:
String
id
Link copied to clipboard
val
id
:
String
is
Active
Link copied to clipboard
val
isActive
:
Boolean
pity
Threshold
Link copied to clipboard
val
pityThreshold
:
UInt
ticket
Cost
Link copied to clipboard
val
ticketCost
:
UInt