GachaResult

data class GachaResult(val items: List<GachaRewardItem>, val isPityTriggered: Boolean, val newPityCount: UInt)

ガチャ抽選結果

Constructors

Link copied to clipboard
constructor(items: List<GachaRewardItem>, isPityTriggered: Boolean, newPityCount: UInt)

Properties

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