public GroupMonsterStaticInformations(MonsterInGroupLightInformations mainCreatureLightInfos = null, List <MonsterInGroupInformations> underlings = null)
 {
     MainCreatureLightInfos = mainCreatureLightInfos;
     Underlings             = underlings;
 }
 public GroupMonsterStaticInformationsWithAlternatives(MonsterInGroupLightInformations mainCreatureLightInfos = null, List <MonsterInGroupInformations> underlings = null, List <AlternativeMonstersInGroupLightInformations> alternatives = null)
 {
     MainCreatureLightInfos = mainCreatureLightInfos;
     Underlings             = underlings;
     Alternatives           = alternatives;
 }