Beispiel #1
0
 internal MonsterBoss(int areaLevel, Dice dice) : base(areaLevel, dice)
 {
     InitalizePoints();
 }