mirror of
https://github.com/tobspr/shapez.io.git
synced 2025-12-15 19:21:49 +00:00
Fixed class handle type
This commit is contained in:
parent
66f085250a
commit
633dacab36
@ -470,7 +470,7 @@ export class ModInterface {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @param {typeof Object} classHandle
|
* @param {Class} classHandle
|
||||||
* @param {({ $super, $old }) => any} extender
|
* @param {({ $super, $old }) => any} extender
|
||||||
*/
|
*/
|
||||||
extendClass(classHandle, extender) {
|
extendClass(classHandle, extender) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user