0.535.0.5350277

This commit is contained in:
Max 2022-07-13 12:48:23 -05:00
parent 71eefed8fb
commit e81035b09b
3 changed files with 10 additions and 10 deletions

View File

@ -1,5 +1,5 @@
// Auto-generated list of creatable Roblox classes.
// Updated as of 0.534.0.5340446
// Updated as of 0.535.0.5350277
using System;
@ -3082,6 +3082,7 @@ namespace RobloxFiles
public int StreamingTargetRadius = 1024;
public bool TerrainWeldsFixed = true;
public bool TouchesUseCollisionGroups;
public UnionsScaleNonuniformly UnionsScaleNonuniformly = UnionsScaleNonuniformly.Default;
}
public class WorldModel : WorldRoot
@ -4048,14 +4049,6 @@ namespace RobloxFiles
public bool CustomizedTeleportUI;
}
public class TemporaryCageMeshProvider : Instance
{
public TemporaryCageMeshProvider()
{
IsService = true;
}
}
public class TemporaryScriptService : Instance
{
public TemporaryScriptService()

View File

@ -1,5 +1,5 @@
// Auto-generated list of Roblox enums.
// Updated as of 0.534.0.5340446
// Updated as of 0.535.0.5350277
namespace RobloxFiles.Enums
{
@ -1250,6 +1250,13 @@ namespace RobloxFiles.Enums
False
}
public enum UnionsScaleNonuniformly
{
Default,
Disabled,
Enabled
}
public enum VelocityConstraintMode
{
Line,

Binary file not shown.