Exemplo n.º 1
0
        public void Disable()
        {
            if (CP)
            {
                TempUIControl.Main.RemoveChoicesPanel(CP);
                CP = null;
            }

            if (DisableAnimKey != "")
            {
                SetAnim(DisableAnimKey);
            }
        }
Exemplo n.º 2
0
 public void RemoveChoicesPanel(ChoicesPanel CP)
 {
     CP.Remove();
 }