函数更改成正确的名字

This commit is contained in:
2025-12-12 12:01:19 +08:00
parent ae5479b583
commit dad2b61a50
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -9,5 +9,5 @@ namespace Game
class NetbarInterface
{
public:
static bool onReceiveNetbarReportRequest(GameClient* client, Game::NetbaraStatusReq* request);
static bool onReceiveNetbarStatusRequest(GameClient* client, Game::NetbaraStatusReq* request);
};