More JSON decoration

This commit is contained in:
Matt Nadareski
2020-08-24 01:06:52 -07:00
parent ece8e0cae7
commit ed0fde6c18
3 changed files with 27 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ namespace SabreTools.Library.DatFiles
/// <summary>
/// Represents all possible DAT header information
/// </summary>
[JsonObject("header")]
public class DatHeader : ICloneable
{
#region Fields