Bladeren bron

Update Attribute.bf

added name field to test attribute
Jannis 1 jaar geleden
bovenliggende
commit
a1651959a1
1 gewijzigde bestanden met toevoegingen van 1 en 0 verwijderingen
  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 Ignore;
 		public bool Profile;
 		public bool Profile;
 		public String Tag;
 		public String Tag;
+  		public String Name;
 	}
 	}
 
 
 	public struct ImportAttribute : Attribute
 	public struct ImportAttribute : Attribute