Add more IDDB accessors; make more IDDB variants of methods

This commit is contained in:
Matt Nadareski
2024-03-19 23:35:29 -04:00
parent efc184627a
commit c2ca5a0a6d
7 changed files with 418 additions and 72 deletions

View File

@@ -74,7 +74,7 @@ namespace SabreTools.DatFiles
foreach (var key in ItemsDB.SortedKeys)
#endif
{
var items = ItemsDB.GetDatItemsForBucket(key);
var items = ItemsDB.GetItemsForBucket(key);
if (items == null)
#if NET40_OR_GREATER || NETCOREAPP
return;