export function actionIds() { return { 'MoveUp': 0, 'MoveLeft': 1, 'MoveDown': 2, 'MoveRight': 3, 'UseItem': 4, 'Interact': 5, }; }