diff --git a/BeefLibs/corlib/src/Type.bf b/BeefLibs/corlib/src/Type.bf index ff17e330..89bcb9c4 100644 --- a/BeefLibs/corlib/src/Type.bf +++ b/BeefLibs/corlib/src/Type.bf @@ -1251,7 +1251,7 @@ namespace System.Reflection SpecialName = 0x0080, // field is special. Name describes how. EnumPayload = 0x0100, EnumDiscriminator = 0x0200, - EnumFlags = 0x0400 + EnumCase = 0x0400 } public enum MethodFlags : uint16