Fixed compiler error

This commit is contained in:
MattNL
2022-10-19 18:31:09 -04:00
parent c86c232102
commit 62f699da23

View File

@@ -96,6 +96,8 @@ namespace PckStudio.Classes.FileTypes
public Part(string name)
{
this.name = name;
this.position = (0, 0, 0);
this.rotation = (0, 0, 0);
}
public void AddBox((float x, float y, float z) position,