Interface IDice<T>
Namespace: DiceRolling.Dice
Assembly: dice-rolling.dll
Interface que define um dado completo no jogo.
public interface IDice<T> : IIdentifiable where T : DiceSide
Type Parameters
T
Tipo de lado do dado.
Implements
Properties
Location
DiceLocation Location { get; }
Property Value
Name
string Name { get; }
Property Value
SideCount
int SideCount { get; }
Property Value
Sides
Array<T> Sides { get; }
Property Value
Array<T>
Methods
ValidateConstructor()
void ValidateConstructor()