Exemple #1
0
 public void ChangeHistoryPanelParam(PanelParamBase param)
 {
     if (this.m_HistoryPanelStack.Count > 0)
     {
         HistoryPanelLogicData data = this.m_HistoryPanelStack.Pop();
         data.SetPanelParam(param);
         this.m_HistoryPanelStack.Push(data);
     }
 }