Skip to content

Commit

Permalink
fix(client): InteriorRoom and InteriorPortal don't have public constr…
Browse files Browse the repository at this point in the history
…uctors
  • Loading branch information
xxshady committed Nov 23, 2024
1 parent 09e1e25 commit 65adbaa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4622,6 +4622,8 @@ declare module "alt-client" {
}

export class InteriorRoom {
protected constructor();

public readonly index: number;
public readonly name: string;
public readonly nameHash: number;
Expand All @@ -4631,6 +4633,8 @@ declare module "alt-client" {
}

export class InteriorPortal {
protected constructor();

public readonly index: number;
public readonly cornerCount: number;
public readonly entityCount: number;
Expand Down

0 comments on commit 65adbaa

Please sign in to comment.