Math is hard

This commit is contained in:
Lani Aung
2021-11-20 20:43:36 -07:00
parent 4060f3c69d
commit 720b387dd3
20 changed files with 1010 additions and 63 deletions
-1
View File
@@ -7,7 +7,6 @@ namespace fxl.codes.kisekae.Entities
public int Id { get; set; }
public Kisekae Kisekae { get; set; }
public string FileName { get; set; }
public string Comment { get; set; }
public List<PaletteColor> Colors { get; set; } = new();
public byte[] Data { get; set; }
}