[Dat*] Make more things serializable

This commit is contained in:
Matt Nadareski
2016-10-12 16:02:51 -07:00
parent 6a30b12fa2
commit f161cf6916
6 changed files with 18 additions and 4 deletions

View File

@@ -1,5 +1,8 @@
namespace SabreTools.Helper
using System;
namespace SabreTools.Helper
{
[Serializable]
public class Sample : DatItem
{
#region Constructors