| .. |
|
ActorMessageDispatherComponentSystem.cs
|
55de3d8892
把ActorType改成ActorInterceptType(拦截器类型),也就是说默认没有拦截器,actor消息是由IMActorHandler处理,如果MailBoxComponent有设置拦截器,则交给拦截器处理,比如Gate Session的MailBoxComponent就设置了拦截器
|
7 лет назад |
|
ActorMessageSenderHelper.cs
|
2dc8137959
actor做了小小的修改,ActorLocationSender目前只接受IActorLocationMessage跟IActorLocationRequest的参数
|
7 лет назад |
|
GateSessionActorInterceptInterceptTypeHandler.cs
|
c9d4e9ab1f
把基本的Actor跟Location Actor分离开来:
|
7 лет назад |
|
MailBoxComponentSystem.cs
|
55de3d8892
把ActorType改成ActorInterceptType(拦截器类型),也就是说默认没有拦截器,actor消息是由IMActorHandler处理,如果MailBoxComponent有设置拦截器,则交给拦截器处理,比如Gate Session的MailBoxComponent就设置了拦截器
|
7 лет назад |