少年修仙传客户端代码仓库
client_linchunjie
2019-04-18 69a1e18bec7d5538b9c0699fa97b9fa4206c17b7
System/Alchemy/AlchemyScrollBehaviour.cs
@@ -29,6 +29,7 @@
        void DisplayRecipes()
        {
            m_Controller.Refresh();
            var qualities = AlchemyConfig.GetAlchemyQualities(alchemyType);
            foreach (var quality in qualities)
            {
@@ -42,6 +43,7 @@
                    }
                }
            }
            m_Controller.Restart();
        }
        private void OnRefreshCell(ScrollerDataType type, CellView cell)