2025-02-12 08:43:33 +08:00

18 lines
445 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using ZXK.Framework;
/*******************************************************************************
*Create By CG
*Function
*******************************************************************************/
namespace ZXK.BYSS
{
public class LoadingSceenPanel : UIBase
{
protected override void Awake()
{
base.Awake();
}
}
}