public void RemoveAction(GameAction a) { Actions.Remove(a); }
public void AddAction(GameAction a) { Actions.Add(a); }