예제 #1
0
 public void Add(Action new_Action)
 {
     action_sequence.Add(new_Action);
 }
예제 #2
0
 public void Remove(Action rm_Action)
 {
     action_sequence.Remove(rm_Action);
 }