PlayerGachaPityData

data class PlayerGachaPityData(val playerUuid: UUID, val eventId: String, val pullCount: UInt)

プレイヤーのガチャ天井カウントのデータモデル

Parameters

playerUuid

プレイヤーのUUID

eventId

ガチャイベントID

pullCount

現在のガチャ回数

Constructors

Link copied to clipboard
constructor(playerUuid: UUID, eventId: String, pullCount: UInt)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard