Reusable db stuff??
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace fxl.codes.kisekae.data.Entities
|
||||
{
|
||||
public class Palette
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public Kisekae Kisekae { get; set; }
|
||||
public string FileName { get; set; }
|
||||
public List<PaletteColor> Colors { get; set; } = new();
|
||||
public byte[] Data { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user