角色预制体创建

This commit is contained in:
2025-09-03 00:15:43 +08:00
parent 48f608e534
commit 186fec4472
100 changed files with 1025 additions and 349 deletions

View File

@@ -13,6 +13,9 @@ namespace NBF.Fishing2
Log.Info("OnSceneCreate_Init=== root");
scene.AddComponent<ObjectWait>();
scene.AddComponent<MapManageComponent>();
scene.AddComponent<CameraComponent>();
scene.AddComponent<InputComponent>();
scene.AddComponent<SettingComponent>();
}
await FTask.CompletedTask;