using UnityEngine; public class PanelInstanceModel { /// /// The Id of the panel /// public string PanelId; /// /// The instance of the panel /// public GameObject PanelInstance; }