Exemplo n.º 1
0
 public void ClearUI()
 {
     panelDict.Clear();
     panelStack.Clear();
     tipsPanel = null;
     Canvas    = null;
 }
Exemplo n.º 2
0
 public void SetTipsPanel(TipsPanel tipsPanel)
 {
     this.tipsPanel = tipsPanel;
 }