Open Noggog opened 3 months ago
It knows the subitem is length 12, but still does:
public IReadOnlyList<IPERSItemGetter> Items => BinaryOverlayList.FactoryByLazyParse<IPERSItemGetter>(_structData, _package, (s, p) => PERSItemBinaryOverlay.PERSItemFactory(s, p));
It should be able to optimize and use the lengthed alternative
It knows the subitem is length 12, but still does:
It should be able to optimize and use the lengthed alternative