Interface IActionInformation
Namespace: DiceRolling.Actions
Assembly: dice-rolling.dll
Interface que informações gerais de uma ação.
public interface IActionInformation
Properties
Category
Categoria da ação.
Category? Category { get; set; }
Property Value
Description
Descrição da ação.
string? Description { get; set; }
Property Value
Name
Nome da ação.
string Name { get; set; }