using System.Collections; using System.Collections.Generic; using UnityEngine; public class panel0112 : MonoBehaviour { public string Name; // Start is called before the first frame update void Start() { Name = "Авиагоризонт АГР-81-15Б"; } // Update is called once per frame void Update() { } }