DEADSOFTWARE

Prettier world + ores
[cavedroid.git] / core / src / ru / deadsoftware / cavedroid / game / model / dto / BlockDto.kt
index 1a7dc4b3bf5a813354d65678b69a11b684bbe09d..c6065b70c008586345df38c1ec323b759653a224 100644 (file)
@@ -30,4 +30,6 @@ data class BlockDto(
     @SerialName("other_part") val otherPart: String? = null,
     @SerialName("tool_level") val toolLevel: Int = 0,
     @SerialName("tool_type") val toolType: String? = null,
+    @SerialName("damage") val damage: Int = 0,
+    @SerialName("tint") val tint: String? = null,
 )