mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-09-27 03:00:52 +00:00
Merge branch 'main' of https://github.com/PhoenixARC/-PCK-Studio
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user