Skip to content

Commit

Permalink
feat(server/vehicle): add getStored method (overextended#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
Justus-Braun authored Oct 3, 2024
1 parent 0f003df commit dee73f6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions server/vehicle/class.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,10 @@ export class OxVehicle extends ClassInterface {
return Entity(this.entity).state;
}

getStored() {
return this.#stored;
}

#getSaveData() {
if (!this.id) return;

Expand Down

0 comments on commit dee73f6

Please sign in to comment.