Remove old unused code

This commit is contained in:
Jarrod Doyle 2024-08-13 21:38:32 +01:00
parent 93488ffc65
commit 736ced24e4
Signed by: Jayrude
GPG Key ID: 38B57B16E7C0ADF7
1 changed files with 0 additions and 10 deletions

View File

@ -1,10 +0,0 @@
using System.IO;
namespace KeepersCompound.LGS.Database;
public interface IPersistable
{
public void Read(BinaryReader reader);
public void Write(BinaryWriter writer);
}