mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-05-31 00:59:47 +00:00
Fixed compiler error
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user