Skip to content

Commit

Permalink
[修复]1. 修复主包的API变动
Browse files Browse the repository at this point in the history
  • Loading branch information
AlianBlank committed Dec 24, 2024
1 parent f52c171 commit cf541b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ internal static RpcMessageData Create(IRequestMessage actorRequestMessage, int t

private RpcMessageData(IRequestMessage requestMessage, int timeout)
{
CreatedTime = GameTimeHelper.UnixTimeMilliseconds();
CreatedTime = TimerHelper.UnixTimeMilliseconds();
RequestMessage = requestMessage;
Timeout = timeout;
UniqueId = ((MessageObject)requestMessage).UniqueId;
Expand Down

0 comments on commit cf541b7

Please sign in to comment.