输入组件

This commit is contained in:
2025-09-05 00:12:46 +08:00
parent f9a9f26009
commit deaca48bf3
6 changed files with 160 additions and 7 deletions

View File

@@ -14,8 +14,10 @@ namespace NBF.Fishing2
scene.AddComponent<ObjectWait>();
scene.AddComponent<MapManageComponent>();
scene.AddComponent<CameraComponent>();
scene.AddComponent<InputComponent>();
var input = scene.AddComponent<InputComponent>();
scene.AddComponent<SettingComponent>();
Global.Input = input;
}
await FTask.CompletedTask;