custom-chatbot / data /BotSDKHiddenAttribute.cs
fastx's picture
Upload 64 files
00437a9
raw
history blame
207 Bytes
namespace Quantum
{
[System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Class | System.AttributeTargets.Struct)]
public class BotSDKHiddenAttribute : System.Attribute
{
}
}