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