PlayerGachaPity

object PlayerGachaPity : Table

プレイヤーのガチャ天井カウントテーブル

各プレイヤーの各イベントにおける天井カウントを管理する

Properties

Link copied to clipboard
val eventId: Column<String>
Link copied to clipboard
val playerUuid: Column<UUID>
Link copied to clipboard
open override val primaryKey: Table.PrimaryKey
Link copied to clipboard
val pullCount: Column<UInt>
Link copied to clipboard