Код закрытых тайлов

Дописал код в менеджер тайлов, который закрывает пройденные зоны от игрока
This commit is contained in:
2024-12-13 16:54:18 +03:00
parent 050cf81e0c
commit c7e0620447
8 changed files with 290 additions and 16 deletions

View File

@ -0,0 +1,8 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class CloseZoneScript : MonoBehaviour
{
}