diff --git a/Goods.xlsx b/Goods.xlsx index bd689de..a41c0ae 100644 Binary files a/Goods.xlsx and b/Goods.xlsx differ diff --git a/Item.xlsx b/Item.xlsx index 351347a..73a5316 100644 Binary files a/Item.xlsx and b/Item.xlsx differ diff --git a/NBConfigBuilder/TemplateClient.txt b/NBConfigBuilder/TemplateClient.txt index 78561ff..6136232 100644 --- a/NBConfigBuilder/TemplateClient.txt +++ b/NBConfigBuilder/TemplateClient.txt @@ -1,5 +1,4 @@ using System; -using ProtoBuf; using Fantasy; using System.Linq; using System.Reflection; @@ -7,6 +6,7 @@ using System.Collections.Generic; using System.Collections.Concurrent; using NBC; using Fantasy.Serialize; +using LightProto; namespace NBF { diff --git a/NBConfigBuilder/TemplateServer.txt b/NBConfigBuilder/TemplateServer.txt index 8844c8b..69c4016 100644 --- a/NBConfigBuilder/TemplateServer.txt +++ b/NBConfigBuilder/TemplateServer.txt @@ -1,5 +1,5 @@ using System; -using ProtoBuf; +using LightProto; using Fantasy; using System.Linq; using System.Reflection; diff --git a/NBConfigBuilder/logs/2025-10-31.log b/NBConfigBuilder/logs/2025-10-31.log index 11f1517..c87443f 100644 --- a/NBConfigBuilder/logs/2025-10-31.log +++ b/NBConfigBuilder/logs/2025-10-31.log @@ -1,3 +1,4 @@ 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 +2025-10-31 22:47:03.4779 INFO Application started diff --git a/NBConfigBuilder/logs/2025-11-22.log b/NBConfigBuilder/logs/2025-11-22.log new file mode 100644 index 0000000..122e17d --- /dev/null +++ b/NBConfigBuilder/logs/2025-11-22.log @@ -0,0 +1 @@ +2025-11-22 22:00:10.3128 INFO Application started diff --git a/NBConfigBuilder/logs/2026-01-18.log b/NBConfigBuilder/logs/2026-01-18.log new file mode 100644 index 0000000..bed0f23 --- /dev/null +++ b/NBConfigBuilder/logs/2026-01-18.log @@ -0,0 +1,2 @@ +2026-01-18 15:53:38.8893 INFO Application started +2026-01-18 15:53:41.7447 INFO Application closing