Interface IAttributeInformation
Namespace: DiceRolling.Attributes
Assembly: dice-rolling.dll
Interface que define as informações básicas de um atributo.
public interface IAttributeInformation
Properties
Description
Descrição do atributo.
string? Description { get; set; }
Property Value
Name
Nome do atributo.
string Name { get; set; }