ElronMacBong
Results
2
comments of
ElronMacBong
It seems that this boilerplate is way out-of-date with dependencies. Not only that it has major and minor update-gaps, it also uses removed setup-variables for webpack-dev-server. The error seems to...
Found a solution for that: ```typescript RegisterListener(eventName: string, handler: (this: void, userID: number, event: table) => void): CCustomGameEventListener; ``` works perfect now. You can add this straight at line 661...