LaboratoryProtection/Assets/UnityTest/ZXL/Scripts/UI/新增面板UI.cs

14 lines
211 B
C#
Raw Normal View History

2023-10-05 13:49:55 +08:00
using System;
namespace UnityTest.ZXL
{
public class UI : UI
{
private Action action;
public override void OnInit()
{
base.OnInit();
}
}
}