mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/MI-38.git
synced 2026-01-24 02:45:39 +03:00
20 lines
350 B
C#
20 lines
350 B
C#
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()
|
|
{
|
|
|
|
}
|
|
}
|