diff --git a/BeefLibs/corlib/src/Attribute.bf b/BeefLibs/corlib/src/Attribute.bf index af9f24aa..9f33dd5f 100644 --- a/BeefLibs/corlib/src/Attribute.bf +++ b/BeefLibs/corlib/src/Attribute.bf @@ -505,11 +505,21 @@ namespace System [AttributeUsage(.Method | .Constructor | .Class | .Struct | .Alias | .Interface | .Property)] public struct ObsoleteAttribute : Attribute { + public this() + { + + } + public this(bool isError) { } + public this(String error) + { + + } + public this(String error, bool isError) {