DEADSOFTWARE

Add items count and tools duration
[cavedroid.git] / core / src / ru / deadsoftware / cavedroid / game / model / dto / ItemDto.kt
index 0fa2075e5215416efa11bcfbb8405dd4e3c638a6..3573fa986d70718f44cbe385f5b782147060ff8d 100644 (file)
@@ -17,4 +17,5 @@ data class ItemDto(
     @SerialName("top_slab_block") val topSlabBlock: String? = null,
     @SerialName("bottom_slab_block") val bottomSlabBlock: String? = null,
     @SerialName("tool_level") val toolLevel: Int? = null,
+    @SerialName("max_stack") val maxStack: Int = 64,
 )