diff --git a/Generated/Classes.cs b/Generated/Classes.cs index 743a351..08b9044 100644 --- a/Generated/Classes.cs +++ b/Generated/Classes.cs @@ -1,5 +1,5 @@ // Auto-generated list of creatable Roblox classes. -// Updated as of 0.454.0.413308 +// Updated as of 0.455.0.413788 using System; @@ -72,6 +72,14 @@ namespace RobloxFiles { } + public class AppUpdateService : Instance + { + public AppUpdateService() + { + IsService = true; + } + } + public class AssetCounterService : Instance { public AssetCounterService() @@ -2298,6 +2306,10 @@ namespace RobloxFiles public BasePart PrimaryPart; } + public class Actor : Model + { + } + public abstract class WorldRoot : Model { } @@ -2415,6 +2427,11 @@ namespace RobloxFiles { IsService = true; } + + public string EmulatedCountryCode = ""; + public string EmulatedGameLocale = ""; + public bool PlayerEmulationEnabled; + public string SerializedEmulatedPolicyInfo = ""; } public class Players : Instance @@ -2461,16 +2478,24 @@ namespace RobloxFiles public TriStateBoolean LuobuWhitelisted = TriStateBoolean.Unknown; } - public class Pose : Instance + public abstract class PoseBase : Instance { - public CFrame CFrame = new CFrame(); public PoseEasingDirection EasingDirection = PoseEasingDirection.In; public PoseEasingStyle EasingStyle = PoseEasingStyle.Linear; + public float Weight = 1; + } + + public class NumberPose : PoseBase + { + public double Value; + } + + public class Pose : PoseBase + { + public CFrame CFrame = new CFrame(); [Obsolete] public float MaskWeight; - - public float Weight = 1; } public abstract class PostEffect : Instance diff --git a/Generated/Enums.cs b/Generated/Enums.cs index 580d1d8..0e9d82e 100644 --- a/Generated/Enums.cs +++ b/Generated/Enums.cs @@ -1,5 +1,5 @@ // Auto-generated list of Roblox enums. -// Updated as of 0.454.0.413308 +// Updated as of 0.455.0.413788 namespace RobloxFiles.Enums { diff --git a/RobloxFileFormat.dll b/RobloxFileFormat.dll index 28a68cd..07d5412 100644 Binary files a/RobloxFileFormat.dll and b/RobloxFileFormat.dll differ