Still largely works surprisingly
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
namespace fxl.codes.kisekae.data.Entities
|
||||
namespace fxl.codes.kisekae.data.Entities;
|
||||
|
||||
public class Kisekae
|
||||
{
|
||||
public class Kisekae
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string FileName { get; set; }
|
||||
public string CheckSum { get; set; }
|
||||
public List<Configuration> Configurations { get; set; } = new();
|
||||
public List<Cel> Cels { get; set; } = new();
|
||||
public List<Palette> Palettes { get; set; } = new();
|
||||
}
|
||||
public int Id { get; set; }
|
||||
public string FileName { get; set; }
|
||||
public string CheckSum { get; set; }
|
||||
public List<Configuration> Configurations { get; set; } = new();
|
||||
public List<Cel> Cels { get; set; } = new();
|
||||
public List<Palette> Palettes { get; set; } = new();
|
||||
}
|
||||
Reference in New Issue
Block a user