//------------------------------------------------------------------------------ // // 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.item { /// /// 道具品质 /// public enum EItemQuality { /// /// 白 /// WHITE = 0, /// /// 绿 /// GREEN = 1, /// /// 蓝 /// BLUE = 2, /// /// 紫 /// PURPLE = 3, /// /// 金 /// GOLDEN = 4, } }