fix: Remove unused material property from vehicle action definition

This commit is contained in:
Jerald-Golden-B 2025-04-25 19:41:05 +05:30
parent 475e5673ae
commit 2424fa2e15
1 changed files with 0 additions and 1 deletions

View File

@ -69,7 +69,6 @@ function Vehicles() {
actionUuid: "action-456",
actionName: "Deliver to Zone A",
actionType: "travel",
material: "crate",
unLoadDuration: 10,
loadCapacity: 2,
pickUpPoint: { x: 90, y: 0, z: 28 },