liuzhiwei
2020-11-18 b9ee5c460e65922729cfcf57f6db02c274105c2c
Assets/Scripts/Data/EndlessBuffData.cs
@@ -80,9 +80,9 @@
        /// <returns></returns>
        private static List<Color> rareColorList = new List<Color>()
        {
            new Color(118 / 255f, 1, 118 / 255f),
            new Color(131 / 255f, 181 / 255f, 1),
            new Color(220 / 255f, 112 / 255f, 1),
            new Color(68f / 255f, 148f / 255f, 57f / 255f),
            new Color(74f / 255f, 124f / 255f, 207f / 255f),
            new Color(149f / 255f, 79f / 255f, 214f / 255f),
        };
        public static void Init()