mirror of
https://github.com/ryzij/Cube-Tower-Defense.git
synced 2026-07-14 01:56:57 +00:00
Добавил новые состояния для игры
This commit is contained in:
@@ -7,7 +7,9 @@ public class GameManager : MonoBehaviour
|
||||
{
|
||||
BuildingPath,
|
||||
BuildingTurrets,
|
||||
Level
|
||||
Level,
|
||||
Win,
|
||||
Lose
|
||||
}
|
||||
|
||||
[SerializeField] private Level[] _levels;
|
||||
|
||||
Reference in New Issue
Block a user