提交 168abf84 编写于 作者: T tanghai

修复ActorLocationSender不调用Awake的bug

上级 85aa5ef6
......@@ -4,12 +4,11 @@ using ETModel;
namespace ETHotfix
{
[ObjectSystem]
public class ActorLocationSenderAwakeSystem : AwakeSystem<ActorLocationSender, long>
public class ActorLocationSenderAwakeSystem : AwakeSystem<ActorLocationSender>
{
public override void Awake(ActorLocationSender self, long id)
public override void Awake(ActorLocationSender self)
{
self.LastSendTime = TimeHelper.Now();
self.Id = id;
self.Tcs = null;
self.FailTimes = 0;
self.ActorId = 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册