mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Add default bucketing when adding an item
This commit is contained in:
@@ -21,10 +21,6 @@ namespace SabreTools.DatFiles
|
||||
/// <summary>
|
||||
/// Item dictionary with statistics, bucketing, and sorting
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// TODO: Make this into a database model instead of just an in-memory object
|
||||
/// This will help handle extremely large sets
|
||||
/// </remarks>
|
||||
[JsonObject("items"), XmlRoot("items")]
|
||||
public class ItemDictionary : IDictionary<string, ConcurrentList<DatItem>?>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user