Турель теперь тоже блок

This commit is contained in:
2026-05-11 23:23:57 +03:00
parent f39dcb6e9a
commit 1bf4ec3194
2 changed files with 16 additions and 1 deletions
+2 -1
View File
@@ -8,7 +8,8 @@ public class BlockScript : MonoBehaviour
None,
Grass,
Sand,
PathFinish
PathFinish,
Turret
}
[SerializeField] private BlockType _type = BlockType.None;