Example #1
0
 public void RemoveButton(IAPButton button)
 {
     activeButtons.Remove(button);
 }
Example #2
0
 public void AddButton(IAPButton button)
 {
     activeButtons.Add(button);
 }