Interface IRoleInformation
Namespace: DiceRolling.Roles
Assembly: dice-rolling.dll
Interface que define as informações básicas de um arquétipo de personagem no jogo.
public interface IRoleInformation
Properties
Description
Descrição do arquétipo de personagem.
string? Description { get; set; }
Property Value
Name
Nome do arquétipo de personagem.
string Name { get; set; }