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
/
GachaResult
Gacha
Result
data
class
GachaResult
(
val
items
:
List
<
GachaRewardItem
>
,
val
isPityTriggered
:
Boolean
,
val
newPityCount
:
UInt
)
ガチャ抽選結果
Members
Constructors
Gacha
Result
Link copied to clipboard
constructor
(
items
:
List
<
GachaRewardItem
>
,
isPityTriggered
:
Boolean
,
newPityCount
:
UInt
)
Properties
is
Pity
Triggered
Link copied to clipboard
val
isPityTriggered
:
Boolean
items
Link copied to clipboard
val
items
:
List
<
GachaRewardItem
>
new
Pity
Count
Link copied to clipboard
val
newPityCount
:
UInt