修改物品配置

This commit is contained in:
2025-11-16 22:52:33 +08:00
parent 24b50da003
commit df9f30dc01
10 changed files with 14 additions and 10 deletions

View File

@@ -1,10 +1,10 @@
{
"ExcelPath": "..\\..\\..\\Fishing2\\Config",
"ClientPath": "..\\..\\..\\Fishing2\\Assets\\Scripts\\Generate\\Config",
"ClientJsonPath": "..\\..\\..\\Fishing2\\Assets\\Resources\\config",
"ServerPath": "..\\..\\..\\Fishing2Server\\Entity\\Generate\\ConfigTable\\Entity",
"ServerJsonPath": "..\\..\\..\\Fishing2Server\\Config\\Json",
"ExcelPath": "..\\",
"ClientPath": "..\\..\\Fishing2\\Assets\\Scripts\\Generate\\Config",
"ClientJsonPath": "..\\..\\Fishing2\\Assets\\Resources\\config",
"ServerPath": "..\\..\\Fishing2Server\\Entity\\Generate\\ConfigTable\\Entity",
"ServerJsonPath": "..\\..\\Fishing2Server\\Main",
"GenClient": true,
"GenServer": true,
"ExcelVersionPath": "..\\..\\..\\Fishing2\\Config\\Version.txt"
"ExcelVersionPath": "..\\Version.txt"
}