johnclot69 5 月之前
父節點
當前提交
2355bf113a
共有 2 個文件被更改,包括 3 次插入3 次删除
  1. 2 2
      DotNet/Hotfix/Scenes/EntryEvent2_InitServer.cs
  2. 1 1
      DotNet/Hotfix/Scenes/EntryLoadCfg_Server.cs

+ 2 - 2
DotNet/Hotfix/Scenes/EntryEvent2_InitServer.cs

@@ -3,9 +3,9 @@ using System.Net;
 namespace ET.Server
 {
     [Event(SceneType.Process)]
-    public class EntryEvent2_InitServer: AEvent<ET.EventType.EntryEvent2>
+    public class EntryEvent2_InitServer: AEvent<EventType.EntryEvent2>
     {
-        protected override async ETTask Run(Scene scene, ET.EventType.EntryEvent2 args)
+        protected override async ETTask Run(Scene scene, EventType.EntryEvent2 args)
         {
             // 发送普通actor消息
             Root.Instance.Scene.AddComponent<ActorMessageSenderComponent>();

+ 1 - 1
DotNet/Hotfix/Scenes/EntryLoadCfg_Server.cs

@@ -3,7 +3,7 @@
 namespace ET
 {
     [Event(SceneType.Process)]
-    public class EntryLoadCfg_Server : AEvent<ET.EventType.EntryLoadCfg>
+    public class EntryLoadCfg_Server : AEvent<EventType.EntryLoadCfg>
     {
         protected override async ETTask Run(Scene scene, EntryLoadCfg a)
         {