This commit is contained in:
2025-08-25 23:56:13 +08:00
parent 8c3be0a5bb
commit e0665aae01
15 changed files with 211 additions and 105 deletions

View File

@@ -47,6 +47,11 @@ public class OnSceneCreate_Init : AsyncEventSystem<OnCreateScene>
scene.AddComponent<MailManageComponent>();
break;
}
case SceneType.Map:
{
Log.Info("创建地图场景===");
break;
}
}
await FTask.CompletedTask;