using System.Collections; using System.Collections.Generic; using UnityEngine; using XUI; public class WinPanel : UIBehaviour { public static void Show() { WorldUIManager.Ins.Cover("UI/WinPanel", false); } }