From a1651959a1c091d4a4a6e5ffd85990bbdd09fa1c Mon Sep 17 00:00:00 2001 From: Jannis Date: Wed, 14 Aug 2024 09:01:44 +0000 Subject: [PATCH] Update Attribute.bf added name field to test attribute --- BeefLibs/corlib/src/Attribute.bf | 1 + 1 file changed, 1 insertion(+) diff --git a/BeefLibs/corlib/src/Attribute.bf b/BeefLibs/corlib/src/Attribute.bf index bc6b8a09..ad27c2c2 100644 --- a/BeefLibs/corlib/src/Attribute.bf +++ b/BeefLibs/corlib/src/Attribute.bf @@ -457,6 +457,7 @@ namespace System public bool Ignore; public bool Profile; public String Tag; + public String Name; } public struct ImportAttribute : Attribute