diff --git a/Generated/Classes.cs b/Generated/Classes.cs index db77343..9e46626 100644 --- a/Generated/Classes.cs +++ b/Generated/Classes.cs @@ -1,5 +1,5 @@ // Auto-generated list of creatable Roblox classes. -// Updated as of 0.462.0.416719 +// Updated as of 0.463.0.417004 using System; @@ -1761,6 +1761,14 @@ namespace RobloxFiles } } + public class IXPService : Instance + { + public IXPService() + { + IsService = true; + } + } + public class InsertService : Instance { public InsertService() @@ -2421,6 +2429,7 @@ namespace RobloxFiles public float LightEmission; public float LightInfluence; public bool LockedToPart; + public ParticleOrientation Orientation = ParticleOrientation.FacingCamera; public float Rate = 20; public NumberRange RotSpeed = new NumberRange(0); public NumberRange Rotation = new NumberRange(0); diff --git a/Generated/Enums.cs b/Generated/Enums.cs index 3267663..ffb4d99 100644 --- a/Generated/Enums.cs +++ b/Generated/Enums.cs @@ -1,5 +1,5 @@ // Auto-generated list of Roblox enums. -// Updated as of 0.462.0.416719 +// Updated as of 0.463.0.417004 namespace RobloxFiles.Enums { @@ -763,6 +763,14 @@ namespace RobloxFiles.Enums Cylinder } + public enum ParticleOrientation + { + FacingCamera, + FacingCameraWorldUp, + VelocityParallel, + VelocityPerpendicular + } + public enum PoseEasingDirection { In, diff --git a/Plugins/GenerateApiDump.rbxm b/Plugins/GenerateApiDump.rbxm index ccc1afe..7f3ebf9 100644 Binary files a/Plugins/GenerateApiDump.rbxm and b/Plugins/GenerateApiDump.rbxm differ diff --git a/RobloxFileFormat.dll b/RobloxFileFormat.dll index 67bf028..7ee5fe0 100644 Binary files a/RobloxFileFormat.dll and b/RobloxFileFormat.dll differ