Lisa-Chatbot / data /BTNodeType.cs
fastx's picture
Duplicate from fastx/custom-chatbot
59368e0
raw
history blame
107 Bytes
namespace Quantum
{
public enum BTNodeType
{
Root,
Leaf,
Decorator,
Composite,
Service
}
}