Размещено 3 года назад по предмету
Информатика
от lonlen914
Помогите! Что не так?
Пишет:"error CS1001: Identifier expected"
Вот код:
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
public class NewBehaviourScript : MonoBehaviour
{
public bool building;
// Start is called before the first frame update
void Start()
{
}
// Update is called once per frame
void Update()
{