예제 #1
0
 public static void removeButton(ButtonInteractableLogic b)
 {
     m_buttons.Remove(b);
 }
예제 #2
0
 public static void addButton(ButtonInteractableLogic b)
 {
     m_buttons.Add(b);
 }