DEADSOFTWARE

Add environment damage
[cavedroid.git] / core / src / ru / deadsoftware / cavedroid / game / model / dto / BlockDto.kt
index 1a7dc4b3bf5a813354d65678b69a11b684bbe09d..b8c63268825acc07430df7e9bfaee7aa5c7b10fe 100644 (file)
@@ -30,4 +30,5 @@ 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,
 )