public void Disable() { if (CP) { TempUIControl.Main.RemoveChoicesPanel(CP); CP = null; } if (DisableAnimKey != "") { SetAnim(DisableAnimKey); } }
public void RemoveChoicesPanel(ChoicesPanel CP) { CP.Remove(); }