DEADSOFTWARE

Support reading item ids from json
[cavedroid.git] / core / src / ru / deadsoftware / cavedroid / game / objects / Block.kt
index 215ac26c7a766a8ec0b9111c690343c215f5b0c1..3343c9ac294b6e18cb7e5812fc62d00ce99415a4 100644 (file)
@@ -35,6 +35,7 @@ private const val DEPRECATION_MESSAGE =
  */
 data class Block(
         val id: Int,
+        val key: String,
         val left: Int,
         val top: Int,
         val right: Int,