Stat

data class Stat(cnt: Int, rt: Int, ont: Int, cncl: Int, delGrpL: List<Int>, delCntL: List<Int>, him: Int)

Properties

cncl
Link copied to clipboard
val cncl: Int
cnt
Link copied to clipboard
val cnt: Int
delCntL
Link copied to clipboard
val delCntL: List<Int>
delGrpL
Link copied to clipboard
val delGrpL: List<Int>
him
Link copied to clipboard
val him: Int
ont
Link copied to clipboard
val ont: Int
rt
Link copied to clipboard
val rt: Int