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