DEADSOFTWARE

Add top slabs
[cavedroid.git] / core / src / ru / deadsoftware / cavedroid / game / model / dto / BlockDto.kt
index ae1bfba8d768cc9cfe03cf195060f27044cdcc00..e30ae5286f8f183a4c231bb052291cb93de82caf 100644 (file)
@@ -27,4 +27,5 @@ data class BlockDto(
     @SerialName("drop_count") val dropCount: Int = 1,
     @SerialName("full_block") val fullBlock: String? = null,
     @SerialName("state") val state: Int? = null,
+    @SerialName("other_part") val otherPart: String? = null,
 )