mirror of
https://github.com/tobspr/shapez.io.git
synced 2025-12-16 19:51:50 +00:00
Update mod_interface.js
This commit is contained in:
parent
8f34ea235f
commit
d534d7d91e
@ -372,7 +372,7 @@ export class ModInterface {
|
|||||||
* @param {typeof GameState} stateClass
|
* @param {typeof GameState} stateClass
|
||||||
*/
|
*/
|
||||||
registerGameState(stateClass) {
|
registerGameState(stateClass) {
|
||||||
this.modManager.app.stateMgr.register(stateClass);
|
this.modLoader.app.stateMgr.register(stateClass);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user