mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-06-19 15:51:55 +00:00
Made name property modifiable
This commit is contained in:
@@ -47,7 +47,7 @@ namespace PckStudio.Classes.FileTypes
|
||||
|
||||
public struct Model
|
||||
{
|
||||
public readonly string name;
|
||||
public string name;
|
||||
public Size textureSize;
|
||||
public List<Part> parts { get; } = new List<Part>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user