Explorar o código

Update Attribute.bf

added name field to test attribute
Jannis hai 1 ano
pai
achega
a1651959a1
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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