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