npetrovski / l2js-client

JavaScript client for Lineage 2
MIT License
105 stars 34 forks source link

Cannot find module './IProcessable' #13

Closed w3nder closed 3 years ago

w3nder commented 3 years ago
> tsc

src/mmocore/MMOClient.ts:7:26 - error TS2307: Cannot find module './IProcessable' or its corresponding type declarations.

7 import IProcessable from "./IProcessable";
src/network/GamePacketHandler.ts:70:26 - error TS2307: Cannot find module './serverpackets/PlayerInGame' or its corresponding type declarations.

70 import PlayerInGame from "./serverpackets/PlayerInGame";
npetrovski commented 3 years ago

yeah - my bad. I am currently working on several big changes and a new example that will allow to Proxy between the original L2 client and the server (middle-man). Let me push all the changes, and this should be fixes.

npetrovski commented 3 years ago

This should be fixed by now.