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

Fixed class handle type

This commit is contained in:
DJ1TJOO 2022-01-20 15:25:30 +01:00
parent 66f085250a
commit 633dacab36

View File

@ -470,7 +470,7 @@ export class ModInterface {
/**
*
* @param {typeof Object} classHandle
* @param {Class} classHandle
* @param {({ $super, $old }) => any} extender
*/
extendClass(classHandle, extender) {