tanghai 7 лет назад
Родитель
Сommit
c2cf5fd055

+ 1 - 1
Server/Hotfix/Handler/G2C_PlayerInfoHandler.cs

@@ -5,7 +5,7 @@ namespace ETHotfix
 {
 	// 用来测试消息包含复杂类型,是否产生gc
 	[MessageHandler(AppType.Gate)]
-	public class C2G_PlayerInfoHandler : AMRpcHandler<C2G_PlayerInfo, G2C_PlayerInfo>
+	public class G2C_PlayerInfoHandler : AMRpcHandler<C2G_PlayerInfo, G2C_PlayerInfo>
 	{
 		protected override void Run(Session session, C2G_PlayerInfo message, Action<G2C_PlayerInfo> reply)
 		{

+ 1 - 1
Server/Hotfix/Module/Actor/MailboxDispatcherComponentSystem.cs

@@ -5,7 +5,7 @@ using ETModel;
 namespace ETHotfix
 {
 	[ObjectSystem]
-	public class MailboxDispatcherComponentStartSystem: AwakeSystem<MailboxDispatcherComponent>
+	public class MailboxDispatcherComponentAwakeSystem: AwakeSystem<MailboxDispatcherComponent>
 	{
 		public override void Awake(MailboxDispatcherComponent self)
 		{