Skip to content

Commit

Permalink
Added car_inside, damaged_car_inside and handle_back_center vehicle p…
Browse files Browse the repository at this point in the history
…arts
  • Loading branch information
souyahia-monk committed Sep 9, 2024
1 parent ef206ba commit fd92599
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/types/src/state/part.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ export enum VehiclePart {
WIPER_BACK = 'wiper_back',
WIPER_FRONT = 'wiper_front',
WHEEL = 'wheel',
CAR_INSIDE = 'car_inside',
DAMAGED_CAR_INSIDE = 'damaged_car_inside',
HANDLE_BACK_CENTER = 'handle_back_center',
}

/**
Expand Down

0 comments on commit fd92599

Please sign in to comment.