custom-chatbot / data /BTNodeType.cs
fastx's picture
Upload 64 files
00437a9
raw
history blame
107 Bytes
namespace Quantum
{
public enum BTNodeType
{
Root,
Leaf,
Decorator,
Composite,
Service
}
}