Добавил новые состояния для игры

This commit is contained in:
2026-06-06 03:05:43 +03:00
parent 74c88748d0
commit 657fe72379
3 changed files with 21 additions and 3 deletions
+3 -1
View File
@@ -7,7 +7,9 @@ public class GameManager : MonoBehaviour
{
BuildingPath,
BuildingTurrets,
Level
Level,
Win,
Lose
}
[SerializeField] private Level[] _levels;