14 lines
211 B
C#
14 lines
211 B
C#
|
using System;
|
|||
|
|
|||
|
namespace UnityTest.ZXL
|
|||
|
{
|
|||
|
public class 新增面板UI : UI
|
|||
|
{
|
|||
|
private Action action;
|
|||
|
|
|||
|
public override void OnInit()
|
|||
|
{
|
|||
|
base.OnInit();
|
|||
|
}
|
|||
|
}
|
|||
|
}
|