Clean up Skipper structure

This commit is contained in:
Matt Nadareski
2020-07-30 21:07:25 -07:00
parent 88d0d043ef
commit a4b2a4ff17
8 changed files with 423 additions and 359 deletions

View File

@@ -17,6 +17,7 @@ namespace SabreTools.Library.DatItems
/// </summary>
public abstract class DatItem : IEquatable<DatItem>, IComparable<DatItem>, ICloneable
{
// TODO: Can internal fields be mapped to Field in a more reasonable way?
#region Protected instance variables
[JsonIgnore]