DEADSOFTWARE

Remove java serialization
[cavedroid.git] / core / src / ru / deadsoftware / cavedroid / game / mobs / FallingBlock.kt
index 77e51a1b189ecc2a4757a5b79f0be7dcff331117..d4494a30b5ae531f141a3b4fc7b13ef729590e76 100644 (file)
@@ -14,7 +14,6 @@ class FallingBlock(
     y: Float,
 ) : Mob(x, y, 1.px, 1.px, Direction.RIGHT, Type.FALLING_BLOCK, Int.MAX_VALUE) {
 
-    @Transient
     private var _block: Block? = null
 
     init {