Interface ILocation
Namespace: DiceRolling.Locations
Assembly: dice-rolling.dll
Interface que define uma localização no jogo.
public interface ILocation
Properties
Description
Descrição da localização.
string Description { get; }
Property Value
Name
Nome da localização.
string Name { get; }
Property Value
TotalSlots
Número total de slots na localização.
int TotalSlots { get; }