using System.Collections; using System.Collections.Generic; using UnityEngine; public class Panel_Inventory : TWS_UIPanel { public override void OnPanelClosed() { UI_Manager.Instance.OpenPanel(); } }