修改物品配置

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

Binary file not shown.

BIN
Gear.xlsx

Binary file not shown.

BIN
Item.xlsx

Binary file not shown.

View File

@@ -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]

View File

@@ -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]

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"
}

View File

@@ -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

View 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
View File