mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/MI-38.git
synced 2026-01-24 01:15:41 +03:00
14 lines
245 B
C#
14 lines
245 B
C#
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
|
|
public class IndexH : MonoBehaviour//index0115
|
|
{
|
|
[SerializeField]
|
|
private GameObject connectScale;
|
|
[SerializeField]
|
|
public GameObject frame;
|
|
|
|
|
|
}
|