mirror of
https://github.com/tobspr/shapez.io.git
synced 2025-12-13 02:01:51 +00:00
Fix return type
This commit is contained in:
parent
bdd19405cb
commit
c0e1724bea
@ -489,6 +489,7 @@ export class ModInterface {
|
||||
* @template {constructable} C
|
||||
* @param {C} classHandle
|
||||
* @param {bindThis<(...args: ConstructorParameters<C>) => any, InstanceType<C>>} constructor
|
||||
* @returns {C}
|
||||
*/
|
||||
extendConstructor(classHandle, constructor) {
|
||||
return function (...args) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user