mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
7 lines
118 B
C#
7 lines
118 B
C#
namespace SabreTools.Models.EverdriveSMDB
|
|
{
|
|
public class Dat
|
|
{
|
|
public Row[]? Row { get; set; }
|
|
}
|
|
} |