【Version】只显示配置文件

dev_chengFeng
gaoxin 2021-08-16 16:50:48 +08:00
parent 4d91c779c9
commit 090bd32b66
1 changed files with 1 additions and 1 deletions

View File

@ -324,7 +324,7 @@ namespace GameEditor.FrameTool {
{
if (!string.IsNullOrEmpty(versionPath) && Directory.Exists(versionPath))
{
m_Files = Directory.GetFiles(versionPath, "*", SearchOption.AllDirectories);
m_Files = Directory.GetFiles(versionPath, "*.txt", SearchOption.AllDirectories);
m_Choose = new bool[m_Files.Length];
}
}