Add a massive amount of TODOs

This commit is contained in:
Matt Nadareski
2020-08-22 12:56:38 -07:00
parent 93b774b69a
commit f85b859126
2 changed files with 30 additions and 14 deletions

View File

@@ -19,6 +19,8 @@ namespace SabreTools.Library.DatItems
/// </summary>
public abstract class DatItem : IEquatable<DatItem>, IComparable<DatItem>, ICloneable
{
// TODO: Should any of these be specific to certain types?
// Most of the "weird" fields might only apply to Rom or Disk?
#region Fields
#region Common Fields