1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-12-13 10:11:50 +00:00
This commit is contained in:
Bagel03 2022-01-24 13:40:35 -05:00 committed by GitHub
parent c0e1724bea
commit 18c112ec47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -492,6 +492,7 @@ export class ModInterface {
* @returns {C}
*/
extendConstructor(classHandle, constructor) {
//@ts-ignore
return function (...args) {
const obj = new classHandle();
//@ts-ignore