0.448.0.411244

This commit is contained in:
CloneTrooper1019
2020-09-17 12:14:57 -05:00
parent 2a114e70b0
commit 7252e96c03
4 changed files with 36 additions and 15 deletions

@ -1,5 +1,5 @@
// Auto-generated list of creatable Roblox classes.
// Updated as of 0.447.1.411123
// Updated as of 0.448.0.411244
using System;
@ -2288,6 +2288,7 @@ namespace RobloxFiles
public float FallenPartsDestroyHeight = -500;
public bool FilteringEnabled;
public float Gravity = 196.2f;
public InterpolationThrottlingMode InterpolationThrottling = InterpolationThrottlingMode.Default;
public bool StreamingEnabled;
public int StreamingMinRadius = 64;
public StreamingPauseMode StreamingPauseMode = StreamingPauseMode.Default;

@ -1,5 +1,5 @@
// Auto-generated list of Roblox enums.
// Updated as of 0.447.1.411123
// Updated as of 0.448.0.411244
namespace RobloxFiles.Enums
{
@ -336,6 +336,13 @@ namespace RobloxFiles.Enums
Sin
}
public enum InterpolationThrottlingMode
{
Default,
Disabled,
Enabled
}
public enum LeftRight
{
Left,