1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-26 11:38:02 +02:00

Fixed warn/obsolete

This commit is contained in:
Brian Fiete 2021-01-02 09:38:27 -08:00
parent 1be37e6f24
commit ae0f3c5ebb
2 changed files with 5 additions and 5 deletions

View file

@ -153,7 +153,7 @@ static
}
[NoShow]
[Warn("This mixin has been replaced by ClearAndDeleteItems")]
[Obsolete("This mixin has been replaced by ClearAndDeleteItems", false)]
public static mixin DeleteAndClearItems(var container)
{
for (var value in container)