DEADSOFTWARE

Add environment damage
[cavedroid.git] / core / src / ru / deadsoftware / cavedroid / game / model / block / CommonBlockParams.kt
index 584e7376298d4fa103d36b88ed8d9c4e2ee8e6cf..202b191bf21d9859fb56d44642d8d5dc043e4655 100644 (file)
@@ -17,5 +17,6 @@ data class CommonBlockParams(
     val texture: Texture?,
     val spriteMargins: BlockMargins,
     val toolLevel: Int,
-    val toolType: Class<out Item.Tool>?
+    val toolType: Class<out Item.Tool>?,
+    val damage: Int,
 )