Пример #1
0
 public CharacterMorph()
 {
     Statistics   = new Dictionary <StatisticTypes, int>();
     SavingThrows = new SavingThrowData();
 }
Пример #2
0
 public RaceData(long id, string name) : base(id, name)
 {
     WhereNames   = new List <string>();
     SavingThrows = new SavingThrowData();
     AffectedBy   = new ExtendedBitvector();
 }