Ver Fonte

Update Attribute.bf

added name field to test attribute
Jannis há 1 ano atrás
pai
commit
a1651959a1
1 ficheiros alterados com 1 adições e 0 exclusões
  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