DEADSOFTWARE

Store block references intead of ids
[cavedroid.git] / core / src / ru / deadsoftware / cavedroid / game / model / dto / BlockDto.kt
index 697a04201da7f1ec1984426bbfbec4fa81eabbd1..ae1bfba8d768cc9cfe03cf195060f27044cdcc00 100644 (file)
@@ -26,4 +26,5 @@ data class BlockDto(
     @SerialName("frames") val frames: Int = 0,
     @SerialName("drop_count") val dropCount: Int = 1,
     @SerialName("full_block") val fullBlock: String? = null,
+    @SerialName("state") val state: Int? = null,
 )