Add RecalculateStats passthrough

This commit is contained in:
Matt Nadareski
2025-01-14 15:46:42 -05:00
parent f5b97ab0dc
commit 616aea983b
2 changed files with 15 additions and 3 deletions

View File

@@ -301,6 +301,19 @@ namespace SabreTools.DatFiles
#endregion
#region Item Dictionary Passthrough - Bucketing
/// <summary>
/// Recalculate the statistics for the Dat
/// </summary>
public void RecalculateStats()
{
Items.RecalculateStats();
ItemsDB.RecalculateStats();
}
#endregion
#region Parsing
/// <summary>