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

7 lines
119 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class UI_BGPanel : BasePanel
{
}