Skip to content

Commit 0f203f7

Browse files
committed
[修改]1. 修改Player 对象引用对象错误的问题
1 parent bff0d91 commit 0f203f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GameFrameX.Hotfix/Logic/Role/Login/ReqPlayerLoginHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
namespace GameFrameX.Hotfix.Logic.Role.Login
55
{
66
[MessageMapping(typeof(ReqPlayerLogin))]
7-
internal class ReqPlayerLoginHandler : GlobalComponentHandler<PlayerComponentAgent>
7+
internal class ReqPlayerLoginHandler : PlayerComponentHandler<PlayerComponentAgent>
88
{
99
protected override async Task ActionAsync()
1010
{

0 commit comments

Comments
 (0)