Example #1
0
 public void ToggleOff()
 {
     gameObject.SetActive(false);
     BuffPanel.ClearList();
 }