mirror of
https://github.com/tobspr/shapez.io.git
synced 2025-12-13 10:11:50 +00:00
Fix CI
This commit is contained in:
parent
c0e1724bea
commit
18c112ec47
@ -492,6 +492,7 @@ export class ModInterface {
|
||||
* @returns {C}
|
||||
*/
|
||||
extendConstructor(classHandle, constructor) {
|
||||
//@ts-ignore
|
||||
return function (...args) {
|
||||
const obj = new classHandle();
|
||||
//@ts-ignore
|
||||
|
||||
Loading…
Reference in New Issue
Block a user