Revert "add missing field"

This reverts commit b9b43e381c.
This commit is contained in:
tommy 2024-08-29 23:49:25 -04:00
parent 7ab15a3644
commit 4454dfc58e
Signed by: tommy
GPG Key ID: 894E02570CE82334

View File

@ -3242,7 +3242,6 @@ namespace RobloxFiles
get => BrickColor; get => BrickColor;
set => BrickColor = value; set => BrickColor = value;
} }
public Vector3 Position = Vector3.zero;
public Vector3 size = new Vector3(4, 1.2f, 2); public Vector3 size = new Vector3(4, 1.2f, 2);
} }