From 4a97265d438c58f81e28c81e078aac9ea3868068 Mon Sep 17 00:00:00 2001 From: BobSong <605277374@qq.com> Date: Sat, 11 Oct 2025 09:11:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=8D=8F=E8=AE=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Game/Handler/C2Game_GetItemsRequestHandler.cs | 14 ++++++++++++++ Hotfix/Hotfix.csproj | 1 - Main/Properties/launchSettings.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 Hotfix/Game/Handler/C2Game_GetItemsRequestHandler.cs diff --git a/Hotfix/Game/Handler/C2Game_GetItemsRequestHandler.cs b/Hotfix/Game/Handler/C2Game_GetItemsRequestHandler.cs new file mode 100644 index 0000000..5a5aa5f --- /dev/null +++ b/Hotfix/Game/Handler/C2Game_GetItemsRequestHandler.cs @@ -0,0 +1,14 @@ +using Fantasy; +using Fantasy.Async; +using Fantasy.Network.Interface; + +namespace NB.Game; + +public class C2Game_GetItemsRequestHandler : RouteRPC +{ + protected override async FTask Run(Player entity, C2Game_GetItemsRequest request, Game2C_GetItemsResponse response, + Action reply) + { + + } +} \ No newline at end of file diff --git a/Hotfix/Hotfix.csproj b/Hotfix/Hotfix.csproj index 4be1cfc..ae3d4eb 100644 --- a/Hotfix/Hotfix.csproj +++ b/Hotfix/Hotfix.csproj @@ -14,7 +14,6 @@ - diff --git a/Main/Properties/launchSettings.json b/Main/Properties/launchSettings.json index 90a0233..c31a6c9 100644 --- a/Main/Properties/launchSettings.json +++ b/Main/Properties/launchSettings.json @@ -3,7 +3,7 @@ "profiles": { "Main": { "commandName": "Project", - "workingDirectory": "$(OutputPath)", +// "workingDirectory": "$(OutputPath)", "environmentVariables": {}, "commandLineArgs": "--m Develop" }