This commit is contained in:
miku-666
2022-07-15 16:25:21 +02:00
4 changed files with 1805 additions and 1313 deletions
@@ -33,7 +33,7 @@ namespace PckStudio.Classes.FileTypes
}
public string name { get; set; }
public int type { get; }
public int type { get; set; }
public byte[] data => _data;
public int size => _size;
public PCKProperties properties { get; set; } = new PCKProperties();