Add EverdriveSMDB deserialization test, fix issues

This commit is contained in:
Matt Nadareski
2023-07-13 16:44:14 -04:00
parent fcd95a6e60
commit 025bea69a1
5 changed files with 6244 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
namespace SabreTools.Models.EverdriveSMDB
{
public class Dat
{
public Row[]? Row { get; set; }
}
}