Browse Source

Update Attribute.bf

added name field to test attribute
Jannis 1 năm trước cách đây
mục cha
commit
a1651959a1
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      BeefLibs/corlib/src/Attribute.bf

+ 1 - 0
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