少年修仙传客户端基础资源
client_Wu Xijin
2019-04-16 afd53f6b3c0583e74c783c7c0653aa7d0588b1b9
Assets/Editor/Tool/TableTool.cs
@@ -262,7 +262,7 @@
            }
            FileStream fileStream = _tableNameLst[i].fileInfo.OpenRead();
            StreamReader sr = new StreamReader(fileStream, Encoding.Default);
            CreateConfigData.CreateConfigClass(_tableNameLst[i].fileInfo);
            CreateConfigClassFile.CreateConfigClass(_tableNameLst[i].fileInfo);
            sr.Dispose();
            sr.Close();
        }