public void DeepCopyIn(
     ISpellLeveled item,
     ISpellLeveledGetter rhs,
     ErrorMaskBuilder?errorMask,
     TranslationCrystal?copyMask,
     bool deepCopy)
 {
     base.DeepCopyIn(
         (ISpell)item,
         (ISpellGetter)rhs,
         errorMask,
         copyMask,
         deepCopy: deepCopy);
 }
 public void RemapLinks(ISpellLeveled obj, IReadOnlyDictionary <FormKey, FormKey> mapping)
 {
     base.RemapLinks(obj, mapping);
 }