Example #1
0
 partial void CustomFactoryEnd(OverlayStream stream, int finalPos, int offset)
 {
     stream.Position = FileNameEndingPos;
     Fragments       = BinaryOverlayList.FactoryByCount <IIndexedScriptFragmentGetter>(
         stream,
         _package,
         stream.ReadUInt16(),
         (s, p) => IndexedScriptFragmentBinaryOverlay.IndexedScriptFragmentFactory(s, p));
 }