// Input/Actions/IA_LeftTrigger.ts import { InputAction } from '#root/UE/InputAction.ts'; import { Name } from '#root/UE/Name.ts'; export const IA_LeftTrigger = new InputAction(null, new Name('IA_LeftTrigger'));