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

NoShow for IsDeleted

This commit is contained in:
Brian Fiete 2025-01-18 09:31:38 -08:00
parent 79e98fe9f7
commit 822b899a7d

View file

@ -35,7 +35,7 @@ namespace System
return (int32)mClassVData & 0x80 != 0;
}
#else
[SkipCall]
[SkipCall, NoShow]
public bool IsDeleted()
{
return false;