More tweaks after pen-testing.

This commit is contained in:
CloneTrooper1019
2020-08-20 02:03:05 -05:00
parent f4899b4ce6
commit 2ff5d82218
7 changed files with 31 additions and 21 deletions

View File

@ -2252,7 +2252,7 @@ namespace RobloxFiles
public ModelLevelOfDetail LevelOfDetail = ModelLevelOfDetail.Automatic;
public CFrame ModelInPrimary = new CFrame();
public CFrame ModelMeshCFrame = new CFrame();
public byte[] ModelMeshData = Array.Empty<byte>();
public SharedString ModelMeshData;
public Vector3 ModelMeshSize = new Vector3();
public BasePart PrimaryPart;
}