Reorganize and add comments to DatItemField

This commit is contained in:
Matt Nadareski
2023-04-20 15:57:39 -04:00
parent b16afd6d59
commit b285ecf66d
5 changed files with 1095 additions and 1232 deletions

View File

@@ -92,6 +92,7 @@ namespace SabreTools.DatItems.Formats
/// <inheritdoc/>
public override void SetName(string name) => Name = name;
#endregion
#region Constructors