We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4d237a commit 81ef59fCopy full SHA for 81ef59f
types/modules/game-manager.d.ts
@@ -91,12 +91,12 @@ export type FirebotGame = {
91
};
92
93
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;
+ /**
+ * Registers a game in the Firebot system.
+ *
+ * Does not register the game if its `id` already exists in the Firebot system.
+ * @param game that should be registered.
+ */
+ registerGame: (game: FirebotGame) => void;
+ getGameSettings: (gameId: string) => GameSettings;
102
0 commit comments