[SabreTools.Helper.Dats] Remove serialization

This commit is contained in:
Matt Nadareski
2016-10-24 16:22:11 -07:00
parent 8af7ee4eb5
commit 58e3014277
8 changed files with 4 additions and 20 deletions

View File

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