mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Stats in dictionary
This commit is contained in:
@@ -15,7 +15,7 @@ namespace SabreTools.Library.Reports
|
||||
{
|
||||
protected string _name;
|
||||
protected long _machineCount;
|
||||
protected DatStats _stats;
|
||||
protected ItemDictionary _stats;
|
||||
|
||||
protected StreamWriter _writer;
|
||||
protected bool _baddumpCol;
|
||||
@@ -104,7 +104,7 @@ namespace SabreTools.Library.Reports
|
||||
/// <summary>
|
||||
/// Replace the statistics that is being output
|
||||
/// </summary>
|
||||
public void ReplaceStatistics(string datName, long machineCount, DatStats datStats)
|
||||
public void ReplaceStatistics(string datName, long machineCount, ItemDictionary datStats)
|
||||
{
|
||||
_name = datName;
|
||||
_machineCount = machineCount;
|
||||
|
||||
Reference in New Issue
Block a user