Interface IAttributeValues
Namespace: DiceRolling.Attributes
Assembly: dice-rolling.dll
Interface que define os valores de um atributo.
public interface IAttributeValues
Properties
MaxValue
Valor máximo do atributo.
int MaxValue { get; }
Property Value
MinValue
Valor mínimo do atributo.
int MinValue { get; }