// <auto-generated>
// automatically generated by the FlatBuffers compiler, do not modify
// </auto-generated>
namespace SCHALE.Common.FlatData
{
public enum ProductionStep : int
ToDo = 0,
Doing = 1,
Complete = 2,
Release = 3,
};
}