mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Rearrange ResetStatistics method
This commit is contained in:
@@ -329,12 +329,13 @@ namespace SabreTools.DatFiles
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public void ResetStatistics()
|
public void ResetStatistics()
|
||||||
{
|
{
|
||||||
TotalCount = 0;
|
_hashCounts.Clear();
|
||||||
_itemCounts.Clear();
|
_itemCounts.Clear();
|
||||||
|
_statusCounts.Clear();
|
||||||
|
|
||||||
|
TotalCount = 0;
|
||||||
GameCount = 0;
|
GameCount = 0;
|
||||||
TotalSize = 0;
|
TotalSize = 0;
|
||||||
_hashCounts.Clear();
|
|
||||||
_statusCounts.Clear();
|
|
||||||
RemovedCount = 0;
|
RemovedCount = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user