修改物品配置
This commit is contained in:
BIN
BasicConfig.xlsx
BIN
BasicConfig.xlsx
Binary file not shown.
@@ -6,12 +6,12 @@ using System.Reflection;
|
||||
using System.Collections.Generic;
|
||||
using System.Collections.Concurrent;
|
||||
using NBC;
|
||||
using NBC.Serialize;
|
||||
using Fantasy.Serialize;
|
||||
|
||||
namespace NBF
|
||||
{
|
||||
[ProtoContract]
|
||||
public sealed partial class (ConfigName) : ASerialize, IProto, IConfigTable
|
||||
public sealed partial class (ConfigName) : ASerialize, IConfigTable
|
||||
{
|
||||
(Fields)
|
||||
[ProtoIgnore]
|
||||
|
||||
@@ -6,12 +6,12 @@ using System.Reflection;
|
||||
using System.Collections.Generic;
|
||||
using System.Collections.Concurrent;
|
||||
using Fantasy.Serialize;
|
||||
using Fantasy.ConfigTable;
|
||||
using NBF.ConfigTable;
|
||||
|
||||
namespace NBF
|
||||
{
|
||||
[ProtoContract]
|
||||
public sealed partial class (ConfigName) : ASerialize, IProto, IConfigTable
|
||||
public sealed partial class (ConfigName) : ASerialize, IConfigTable
|
||||
{
|
||||
(Fields)
|
||||
[ProtoIgnore]
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
@@ -1 +1,3 @@
|
||||
2025-10-31 22:34:48.9949 INFO Application started
|
||||
2025-10-31 22:44:35.8362 INFO Application started
|
||||
2025-10-31 22:45:20.2602 INFO Application closing
|
||||
|
||||
2
NBConfigBuilder/logs/2025-11-16.log
Normal file
2
NBConfigBuilder/logs/2025-11-16.log
Normal file
@@ -0,0 +1,2 @@
|
||||
2025-11-16 16:09:02.3819 INFO Application started
|
||||
2025-11-16 19:29:36.1699 INFO Application closing
|
||||
Binary file not shown.
0
~$Item.xlsx
Normal file
0
~$Item.xlsx
Normal file
Reference in New Issue
Block a user