Math is hard
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user