//------------------------------------------------------------------------------ // // This code was generated by a tool. // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace cfg.test { public enum ETestQuality { /// /// 最高品质 /// A = 1, /// /// 黑色的 /// B = 2, /// /// 蓝色的 /// C = 3, /// /// 最差品质 /// D = 4, } }