Add back two properties

This commit is contained in:
Matt Nadareski
2023-09-22 21:15:52 -04:00
parent daa814728d
commit 648ee2eaa5

View File

@@ -10,5 +10,9 @@ namespace SabreTools.Models.Compression.Quantum
#else
public ModelSymbol?[]? Symbols { get; set; }
#endif
public int TotalFrequency { get; set; }
public int TimeToReorder { get; set; }
}
}