Skip to content

Commit 4c2d316

Browse files
author
Firebottle
committed
feat: Add getGameSettings to GameManager type.
1 parent 4ab2a7d commit 4c2d316

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

types/modules/game-manager.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,5 @@ export type GameManager = {
9898
* @param game that should be registered.
9999
*/
100100
registerGame: (game: FirebotGame) => void;
101+
getGameSettings: (string) => GameSettings;
101102
};

0 commit comments

Comments
 (0)