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