diff --git a/Generated/Classes.cs b/Generated/Classes.cs index d14d370..9ee0a62 100644 --- a/Generated/Classes.cs +++ b/Generated/Classes.cs @@ -1,5 +1,5 @@ // Auto-generated list of creatable Roblox classes. -// Updated as of 0.449.1.411731 +// Updated as of 0.450.0.411923 using System; @@ -72,6 +72,14 @@ namespace RobloxFiles { } + public class AssetCounterService : Instance + { + public AssetCounterService() + { + IsService = true; + } + } + public class AssetManagerService : Instance { public AssetManagerService() @@ -402,10 +410,13 @@ namespace RobloxFiles set => CFrame = value; } + public float DiagonalFieldOfView; public float FieldOfView = 70; + public FieldOfViewMode FieldOfViewMode = FieldOfViewMode.Vertical; public CFrame Focus = new CFrame(0, 0, -5); public bool HeadLocked = true; public float HeadScale = 1; + public float MaxAxisFieldOfView; [Obsolete] public CFrame focus @@ -2202,6 +2213,7 @@ namespace RobloxFiles public class MeshPart : TriangleMeshPart { + public bool DoubleSided; public bool HasJointOffset; public bool HasSkinnedMesh; public Vector3 JointOffset = new Vector3(); diff --git a/Generated/Enums.cs b/Generated/Enums.cs index 57b4ffa..2d27933 100644 --- a/Generated/Enums.cs +++ b/Generated/Enums.cs @@ -1,5 +1,5 @@ // Auto-generated list of Roblox enums. -// Updated as of 0.449.1.411731 +// Updated as of 0.450.0.411923 namespace RobloxFiles.Enums { @@ -215,6 +215,13 @@ namespace RobloxFiles.Enums Craters } + public enum FieldOfViewMode + { + Vertical, + Diagonal, + MaxAxis + } + public enum FillDirection { Horizontal, diff --git a/RobloxFileFormat.dll b/RobloxFileFormat.dll index 61dd4b3..1bbb559 100644 Binary files a/RobloxFileFormat.dll and b/RobloxFileFormat.dll differ