// UIPanelsManager's methods public void OpenPanel(UIBasePanel i_Panel) { if (i_Panel != null) { i_Panel.Open(); } }