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(); } } }