Exemplo n.º 1
0
 static Affixes()
 {
     affixes = EntityReader.EntityNames <Affix>("Affixes.json");
 }
Exemplo n.º 2
0
 static Stances()
 {
     stances = EntityReader.EntityNames <Stance>("Stances.json");
 }
Exemplo n.º 3
0
 static Skills()
 {
     skills = EntityReader.EntityNames <Skill>("Skills.json");
 }
Exemplo n.º 4
0
 static DamageTypes()
 {
     damageTypes = EntityReader.EntityNames <DamageType>("DamageTypes.json");
 }
Exemplo n.º 5
0
 static Slots()
 {
     equipmentSlots = EntityReader.EntityMap <EquipmentType, SlotMap>("EquipmentSlots.json", map => map.EquipmentType);
 }
Exemplo n.º 6
0
 static Effects()
 {
     effects = EntityReader.EntityNames <Effect>("Effects.json");
 }