TODOs, cleanup, Nuget

This commit is contained in:
Matt Nadareski
2020-07-26 22:52:24 -07:00
parent 9a14d4befb
commit be7e3175a0
8 changed files with 4 additions and 260 deletions

View File

@@ -15,6 +15,7 @@ namespace SabreTools.Library.DatItems
/// <summary>
/// Base class for all items included in a set
/// </summary>
/// TODO: Can this be rewritten as a Dictionary?
public abstract class DatItem : IEquatable<DatItem>, IComparable<DatItem>, ICloneable
{
#region Protected instance variables