/// <summary> /// Initializes a new instance of the <see cref="EffortCommandDefinition" /> class /// using the supplied <see cref="EffortCommandBase" />. /// </summary> /// <param name="prototype"> /// The supplied <see cref="EffortCommandDefinition" />. /// </param> public EffortCommandDefinition(EffortCommandBase prototype) { this.prototype = prototype; }