public void AddActionTendency(ActionTendency at) { m_actionTendencies.AddActionDefinition(at); }
private ActionTendency(ActionTendency other) : base(other) { ActivationCooldown = other.ActivationCooldown; }