Skip to content

Commit 81ef59f

Browse files
committed
prettier
1 parent f4d237a commit 81ef59f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

types/modules/game-manager.d.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,12 @@ export type FirebotGame = {
9191
};
9292

9393
export type GameManager = {
94-
/**
95-
* Registers a game in the Firebot system.
96-
*
97-
* Does not register the game if its `id` already exists in the Firebot system.
98-
* @param game that should be registered.
99-
*/
100-
registerGame: (game: FirebotGame) => void;
101-
getGameSettings: (gameId: string) => GameSettings;
94+
/**
95+
* Registers a game in the Firebot system.
96+
*
97+
* Does not register the game if its `id` already exists in the Firebot system.
98+
* @param game that should be registered.
99+
*/
100+
registerGame: (game: FirebotGame) => void;
101+
getGameSettings: (gameId: string) => GameSettings;
102102
};

0 commit comments

Comments
 (0)