1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-12 13:24:09 +02:00

Update Attribute.bf

added name field to test attribute
This commit is contained in:
Jannis 2024-08-14 09:01:44 +00:00 committed by GitHub
parent 288eb9eaad
commit a1651959a1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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