YanCheng_Metrology/Assets/Scripts/Project/UI/UI_Panel/UI_SelectDevicePanel.cs

13 lines
175 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class UI_SelectDevicePanel : BasePanel
{
public void Init()
{
}
}