Ejemplo n.º 1
0
 public GearSetEvaluation(GearSet gs, List <EquipmentSlotType> ls)
 {
     GearSet = gs;
     LockedSlots.AddRange(ls);
 }