Добавление карт, добавление скриптов

This commit is contained in:
2024-08-13 18:26:37 +03:00
parent 56714ca605
commit f8e6da58b4
24 changed files with 627 additions and 30 deletions

View File

@ -2,7 +2,7 @@ using UnityEngine;
public class TestScript : MonoBehaviour
{
void Awake()
private void Awake()
{
if (StaticDataMap.SelectedMap == null)
{