Files
MI-38/Heli_with_panels/Assets/Scripts/Panel2D/0115/IndexH.cs
2022-07-04 13:15:35 +03:00

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;
}