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

16 lines
169 B
C#

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