Spaces:
Runtime error
Runtime error
File size: 207 Bytes
00437a9 |
1 2 3 4 5 6 7 8 |
namespace Quantum
{
[System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Class | System.AttributeTargets.Struct)]
public class BotSDKHiddenAttribute : System.Attribute
{
}
}
|