Skip to main content

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

Category?

Description

Descrição da ação.

string? Description { get; set; }

Property Value

string?

Name

Nome da ação.

string Name { get; set; }

Property Value

string

Tem uma sugestão? 💡