Beispiel #1
0
 public Humans()
 {
     NativeTongue = new Language();
     CommonTongue = new Language();
     Mythos = new Core.Mythology.Mythology();
     lifeSpan = 143;
     sexualMaturity = 32;
 }
Beispiel #2
0
 public Elves()
 {
     NativeTongue = new Language();
     CommonTongue = new Language();
     Mythos = new Core.Mythology.Mythology();
     lifeSpan = 5700;
     sexualMaturity = 735;
 }