1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-12-13 02:01:51 +00:00

Fixed import game state

This commit is contained in:
DJ1TJOO 2022-01-20 15:30:10 +01:00
parent 633dacab36
commit 14724282a6

View File

@ -369,7 +369,7 @@ export class ModInterface {
/**
* Registers a new state class, should be a GameState derived class
* @param {typeof GameState} stateClass
* @param {typeof import("../core/game_state").GameState} stateClass
*/
registerGameState(stateClass) {
this.modLoader.app.stateMgr.register(stateClass);