We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bff0d91 commit 0f203f7Copy full SHA for 0f203f7
GameFrameX.Hotfix/Logic/Role/Login/ReqPlayerLoginHandler.cs
@@ -4,7 +4,7 @@
4
namespace GameFrameX.Hotfix.Logic.Role.Login
5
{
6
[MessageMapping(typeof(ReqPlayerLogin))]
7
- internal class ReqPlayerLoginHandler : GlobalComponentHandler<PlayerComponentAgent>
+ internal class ReqPlayerLoginHandler : PlayerComponentHandler<PlayerComponentAgent>
8
9
protected override async Task ActionAsync()
10
0 commit comments