// // automatically generated by the FlatBuffers compiler, do not modify // namespace SCHALE.Common.FlatData { public enum OpenCondition : int { Hide = 0, Lock = 1, Open = 2, }; }