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