diff --git a/RobloxTypes/Generated/Enums.cs b/RobloxTypes/Generated/Enums.cs index 1a49708..5087a44 100644 --- a/RobloxTypes/Generated/Enums.cs +++ b/RobloxTypes/Generated/Enums.cs @@ -5189,6 +5189,7 @@ public interface Type : EnumItem public static Type BeOS { get; } = null!; public static Type UWP { get; } = null!; public static Type PS5 { get; } = null!; + public static Type MetaOS { get; } = null!; public static Type None { get; } = null!; /// Returns an array of all options available for this enum. @@ -8027,6 +8028,25 @@ public static EnumItem[] GetEnumItems() } } + public static class VRDeviceType + { + public interface Type : EnumItem + { + } + + public static Type Unknown { get; } = null!; + public static Type OculusRift { get; } = null!; + public static Type HTCVive { get; } = null!; + public static Type ValveIndex { get; } = null!; + public static Type OculusQuest { get; } = null!; + + /// Returns an array of all options available for this enum. + public static EnumItem[] GetEnumItems() + { + return null!; + } + } + public static class VRLaserPointerMode { public interface Type : EnumItem