mirror of
https://github.com/ryzij/Cube-Tower-Defense.git
synced 2026-07-14 01:56:57 +00:00
Турель теперь тоже блок
This commit is contained in:
@@ -8,7 +8,8 @@ public class BlockScript : MonoBehaviour
|
||||
None,
|
||||
Grass,
|
||||
Sand,
|
||||
PathFinish
|
||||
PathFinish,
|
||||
Turret
|
||||
}
|
||||
|
||||
[SerializeField] private BlockType _type = BlockType.None;
|
||||
|
||||
Reference in New Issue
Block a user