Skip to content

Commit 0bb2707

Browse files
authored
Added the serverBrand property to index.d.ts (#3355)
1 parent 5a544cf commit 0bb2707

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -457,6 +457,7 @@ export interface GameState {
457457
dimension: Dimension
458458
difficulty: Difficulty
459459
maxPlayers: number
460+
serverBrand: string
460461
}
461462

462463
export type LevelType =

0 commit comments

Comments
 (0)