feat: Refactor human action handling to support animated travel and streamline action structure
This commit is contained in:
@@ -39,7 +39,7 @@ export function useActionHandler() {
|
||||
case 'store': case 'retrieve':
|
||||
handleStorageAction(action as StorageAction, materialId as string);
|
||||
break;
|
||||
case 'animation': case 'animatedTravel':
|
||||
case 'animatedTravel':
|
||||
handleHumanAction(action as HumanAction, materialId as string);
|
||||
break;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user