public CharacterMorph() { Statistics = new Dictionary <StatisticTypes, int>(); SavingThrows = new SavingThrowData(); }
public RaceData(long id, string name) : base(id, name) { WhereNames = new List <string>(); SavingThrows = new SavingThrowData(); AffectedBy = new ExtendedBitvector(); }