Skip to content

Commit

Permalink
client: change steeringAngle to readonly
Browse files Browse the repository at this point in the history
  • Loading branch information
C0kkie committed Jul 26, 2023
1 parent 5a3ae0e commit 1fc50fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4381,7 +4381,7 @@ declare module "alt-client" {
public oilLevel: number;

/** @alpha */
public steeringAngle: number;
public readonly steeringAngle: number;

/** @alpha */
public suspensionHeight: number;
Expand Down

0 comments on commit 1fc50fd

Please sign in to comment.