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
/
PlayerGachaPityData
Player
Gacha
Pity
Data
data
class
PlayerGachaPityData
(
val
playerUuid
:
UUID
,
val
eventId
:
String
,
val
pullCount
:
UInt
)
プレイヤーのガチャ天井カウントのデータモデル
Parameters
player
Uuid
プレイヤーのUUID
event
Id
ガチャイベントID
pull
Count
現在のガチャ回数
Members
Constructors
Player
Gacha
Pity
Data
Link copied to clipboard
constructor
(
playerUuid
:
UUID
,
eventId
:
String
,
pullCount
:
UInt
)
Properties
event
Id
Link copied to clipboard
val
eventId
:
String
player
Uuid
Link copied to clipboard
val
playerUuid
:
UUID
pull
Count
Link copied to clipboard
val
pullCount
:
UInt