Lisa-Chatbot / data /BTDataIndex.User.cs
fastx's picture
Duplicate from fastx/custom-chatbot
59368e0
raw
history blame
162 Bytes
using System;
namespace Quantum
{
[BotSDKHidden]
[Serializable]
// Used so we can track it easier on the Visual Editor
partial struct BTDataIndex
{
}
}