data class Textures
Textures(timestamp: Long, profileID: String, profileName: String, textures: TexturesClass) |
val profileID: String |
|
val profileName: String |
|
val textures: TexturesClass |
|
val timestamp: Long |
fun toJson(): String |
fun fromJson(json: String): Textures? |