public void RemoveAction(XBehaviorAction action) { actions.Remove(action); }
public void AddAction(XBehaviorAction action) { actions.Add(action); }