batteryDiagnosis/Assets/Scripts/UI/UIPanel/UI_BGPanel.cs

8 lines
120 B
C#

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