2021-02-10 22:40:04 +09:00

17 lines
219 B
C#

// <auto-generated>
// automatically generated by the FlatBuffers compiler, do not modify
// </auto-generated>
namespace sd.graph
{
public enum ExecutionMode : sbyte
{
SEQUENTIAL = 0,
STRICT = 1,
AUTO = 2,
};
}