Combine some tags

This commit is contained in:
Matt Nadareski
2020-09-08 10:12:41 -07:00
parent e34f50c464
commit f0afe33dd7
43 changed files with 106 additions and 160 deletions

View File

@@ -14,8 +14,7 @@ namespace SabreTools.Library.DatItems
/// <summary>
/// Represents which Chip(s) is associated with a set
/// </summary>
[JsonObject("chip")]
[XmlRoot("chip")]
[JsonObject("chip"), XmlRoot("chip")]
public class Chip : DatItem
{
#region Fields