[DatFile, DatItem] Make these serializable

This commit is contained in:
Matt Nadareski
2016-10-12 15:58:54 -07:00
parent b9e0f2caf9
commit 6a30b12fa2
2 changed files with 2 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ using System.Xml;
namespace SabreTools.Helper
{
[Serializable]
public class DatFile : ICloneable
{
#region Private instance variables