예제 #1
0
 public void RemoveAction(GameAction a)
 {
     Actions.Remove(a);
 }
예제 #2
0
 public void AddAction(GameAction a)
 {
     Actions.Add(a);
 }