diff --git a/BeefLibs/corlib/src/Attribute.bf b/BeefLibs/corlib/src/Attribute.bf index 8549c43c..f3a9b056 100644 --- a/BeefLibs/corlib/src/Attribute.bf +++ b/BeefLibs/corlib/src/Attribute.bf @@ -390,7 +390,7 @@ namespace System } - [AttributeUsage(.Class | .Struct)] + [AttributeUsage(.Class | .Struct | .Enum)] public struct CReprAttribute : Attribute {