using System.Collections; using System.Collections.Generic; using System.Threading; using UnityEngine; public class BeginPanel : BasePanel { public override void Init() { } }