tanghai edca36ac71 优化了热更扫描Attribute的性能,所有自定义的Attribute需要继承BaseAttribute类, 每个LoadSystem中直接可以获取自己感兴趣的Attribute类型。 hace 7 años
..
ActorMessageDispatherComponentSystem.cs edca36ac71 优化了热更扫描Attribute的性能,所有自定义的Attribute需要继承BaseAttribute类, 每个LoadSystem中直接可以获取自己感兴趣的Attribute类型。 hace 7 años
ActorMessageSenderComponentSystem.cs ad822d06db Session的Error改成int类型,方便自己增加错误码,并且在Session中增加Error字段,方便 hace 7 años
ActorMessageSenderSystem.cs 9446cf627d 1.网络层修复一些bug hace 7 años
CommonActorTypeHandler.cs d7a14b95d8 去掉了IEntityActorHandler接口,IEntityActorHandler需要每个actor都需要new一个对象,而且热更十分不方便,改成使用string来分发 hace 8 años
GateSessionActorTypeHandler.cs d7a14b95d8 去掉了IEntityActorHandler接口,IEntityActorHandler需要每个actor都需要new一个对象,而且热更十分不方便,改成使用string来分发 hace 8 años
MailBoxComponentSystem.cs 5449ef4b85 1.Mongo库在反序列化时会调用类的无参构造函数,这样在Component的无参构造函数中就不 hace 7 años