少年修仙传客户端基础资源
client_Wu Xijin
2019-02-19 77a4ed277c8d33cc748f57b91fb23f0dc54b63ed
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();
        }