lmw
2024-12-06 40237ce34f0754495e5ac6a7b291fa96508160fd
1
2
3
4
5
6
7
8
9
10
package com.sinata.xqmuse.network.entity
 
data class WaterResult(
    val growthValue: Int,
    val treeLevelType: Int,
    val isNext: Boolean,
    val nextLevel: Int,
    val energyValue: Int,
    val status: Int
)