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.database.table
/
PlayerGachaPity
Player
Gacha
Pity
object
PlayerGachaPity
:
Table
プレイヤーのガチャ天井カウントテーブル
各プレイヤーの各イベントにおける天井カウントを管理する
Members
Properties
event
Id
Link copied to clipboard
val
eventId
:
Column
<
String
>
player
Uuid
Link copied to clipboard
val
playerUuid
:
Column
<
UUID
>
primary
Key
Link copied to clipboard
open
override
val
primaryKey
:
Table.PrimaryKey
pull
Count
Link copied to clipboard
val
pullCount
:
Column
<
UInt
>
updated
At
Link copied to clipboard
val
updatedAt
:
Column
<
LocalDateTime
>