示例#1
0
 public void RemoveButtonAction(ButtonUpAction buttonUpAction)
 {
     buttonUpActionList.Remove(buttonUpAction);
 }
示例#2
0
 public void AddButtonAction(ButtonUpAction buttonUpAction)
 {
     buttonUpActionList.Add(buttonUpAction);
 }