colyseus / colyseus.js

⚔ Colyseus Multiplayer SDK for JavaScript/TypeScript
https://docs.colyseus.io/getting-started/javascript-client/
MIT License
407 stars 105 forks source link

Added a generic to Room.ts send method #143

Closed terje-andre-johansen closed 3 months ago

terje-andre-johansen commented 3 months ago

Made the room method send take in a generic to get better typing on the message that will be sent to the server.

endel commented 3 months ago

Thank you @terje-andre-johansen 💙