Made name property modifiable

This commit is contained in:
MattNL
2023-03-11 06:37:01 -05:00
parent 9079adc2f4
commit 3403d342b9

View File

@@ -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>();