0.495.0.4950268

This commit is contained in:
Max 2021-09-18 16:46:24 -05:00
parent d1e6e474d3
commit 386cf8e563
4 changed files with 9 additions and 5 deletions

View File

@ -1,5 +1,5 @@
// Auto-generated list of creatable Roblox classes. // Auto-generated list of creatable Roblox classes.
// Updated as of 0.494.2.4940343 // Updated as of 0.495.0.4950268
using System; using System;
@ -619,7 +619,7 @@ namespace RobloxFiles
public class AlignOrientation : Constraint public class AlignOrientation : Constraint
{ {
public AlignType AlignType = AlignType.Parallel; public AlignType AlignType = AlignType.Parallel;
public CFrame CoordindateFrame = new CFrame(); public CFrame CFrame = new CFrame();
public float MaxAngularVelocity = float.MaxValue; public float MaxAngularVelocity = float.MaxValue;
public float MaxTorque = 10000; public float MaxTorque = 10000;
public OrientationAlignmentMode Mode = OrientationAlignmentMode.TwoAttachment; public OrientationAlignmentMode Mode = OrientationAlignmentMode.TwoAttachment;
@ -3183,7 +3183,7 @@ namespace RobloxFiles
public abstract class SoundEffect : Instance public abstract class SoundEffect : Instance
{ {
public bool Enabled; public bool Enabled = true;
public int Priority; public int Priority;
} }
@ -3204,6 +3204,10 @@ namespace RobloxFiles
public float Threshold = -40; public float Threshold = -40;
} }
public abstract class CustomDspSoundEffect : SoundEffect
{
}
public class DistortionSoundEffect : SoundEffect public class DistortionSoundEffect : SoundEffect
{ {
public float Level = 0.75f; public float Level = 0.75f;

View File

@ -1,5 +1,5 @@
// Auto-generated list of Roblox enums. // Auto-generated list of Roblox enums.
// Updated as of 0.494.2.4940343 // Updated as of 0.495.0.4950268
namespace RobloxFiles.Enums namespace RobloxFiles.Enums
{ {

View File

@ -8,7 +8,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyTitle("Roblox File Format")] [assembly: AssemblyTitle("Roblox File Format")]
[assembly: AssemblyDescription("Implementation of Roblox's File Format in C# for .NET 4.0")] [assembly: AssemblyDescription("Implementation of Roblox's File Format in C# for .NET 4.0")]
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Written by CloneTrooper1019")] [assembly: AssemblyCompany("Written by MaximumADHD")]
[assembly: AssemblyProduct("Roblox File Format")] [assembly: AssemblyProduct("Roblox File Format")]
[assembly: AssemblyTrademark("")] [assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]

Binary file not shown.