房间 "夺宝精灵" 精灵试炼记录 区分类型
This commit is contained in:
@@ -6,5 +6,6 @@ data class TestFairyRecordInfo(
|
||||
val elfLevel: Int = 0,
|
||||
val elfName: String = "",
|
||||
val expendList: List<FairyInfo> = listOf(),
|
||||
val recordId: Long = 0
|
||||
val recordId: Long = 0,
|
||||
val type: Int = 0
|
||||
)
|
||||
|
Reference in New Issue
Block a user