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