From d0053b5aee4af0ae395d2217e613abac36c986e2 Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 18 Nov 2021 12:06:53 -0600 Subject: [PATCH] 0.504.0.5040410 --- Generated/Classes.cs | 79 +++++++++++++++++++++++++++++++++++++++----- Generated/Enums.cs | 2 +- 2 files changed, 71 insertions(+), 10 deletions(-) diff --git a/Generated/Classes.cs b/Generated/Classes.cs index ed5fb0b..c38b94f 100644 --- a/Generated/Classes.cs +++ b/Generated/Classes.cs @@ -1,5 +1,5 @@ // Auto-generated list of creatable Roblox classes. -// Updated as of 0.501.0.5010363 +// Updated as of 0.504.0.5040410 using System; @@ -76,6 +76,14 @@ namespace RobloxFiles public float AuthoredHipHeight = 2; } + public class AnimationClipProvider : Instance + { + public AnimationClipProvider() + { + IsService = true; + } + } + public class AnimationController : Instance { } @@ -96,14 +104,6 @@ namespace RobloxFiles } } - public class AssetCounterService : Instance - { - public AssetCounterService() - { - IsService = true; - } - } - public class AssetImportService : Instance { public AssetImportService() @@ -730,6 +730,14 @@ namespace RobloxFiles { } + public class RigidConstraint : Constraint + { + public bool Broken; + public bool DestructionEnabled; + public float DestructionForce = float.MaxValue; + public float DestructionTorque = float.MaxValue; + } + public class RodConstraint : Constraint { public float Length = 5; @@ -950,6 +958,14 @@ namespace RobloxFiles public MeshType MeshType = MeshType.Head; } + public class DataModelPatchService : Instance + { + public DataModelPatchService() + { + IsService = true; + } + } + public class DataStoreIncrementOptions : Instance { } @@ -2154,6 +2170,14 @@ namespace RobloxFiles public string SourceLocaleId = "en-us"; } + public class LodDataService : Instance + { + public LodDataService() + { + IsService = true; + } + } + public class LogService : Instance { public LogService() @@ -2194,6 +2218,18 @@ namespace RobloxFiles } } + public class LuauScriptAnalyzerService : Instance + { + public LuauScriptAnalyzerService() + { + IsService = true; + } + } + + public class MarkerCurve : Instance + { + } + public class MarketplaceService : Instance { public MarketplaceService() @@ -2678,6 +2714,14 @@ namespace RobloxFiles } } + public class PackageUIService : Instance + { + public PackageUIService() + { + IsService = true; + } + } + public class PartOperationAsset : Instance { public byte[] ChildData = Array.Empty(); @@ -2728,6 +2772,7 @@ namespace RobloxFiles public Attachment Attachment0; public Attachment Attachment1; public bool IsBidirectional = true; + public string ModifierId = ""; } public class PathfindingModifier : Instance @@ -3115,6 +3160,14 @@ namespace RobloxFiles public string ScriptGuid = ""; } + public class ScriptRegistrationService : Instance + { + public ScriptRegistrationService() + { + IsService = true; + } + } + public class ScriptService : Instance { public ScriptService() @@ -3541,6 +3594,14 @@ namespace RobloxFiles public bool CustomizedTeleportUI; } + public class TemporaryScriptService : Instance + { + public TemporaryScriptService() + { + IsService = true; + } + } + public class TerrainRegion : Instance { public Vector3int16 ExtentsMax = new Vector3int16(); diff --git a/Generated/Enums.cs b/Generated/Enums.cs index 1e5162a..6e8e1e9 100644 --- a/Generated/Enums.cs +++ b/Generated/Enums.cs @@ -1,5 +1,5 @@ // Auto-generated list of Roblox enums. -// Updated as of 0.501.0.5010363 +// Updated as of 0.504.0.5040410 namespace RobloxFiles.Enums {