colyseus / colyseus-construct3

⚔ Colyseus Multiplayer SDK for Construct 3
https://docs.colyseus.io/getting-started/construct3-client/
MIT License
22 stars 12 forks source link

fix syntax error and move MatchMake to instance.js, add GetAvailableRooms #9

Closed MikalDev closed 4 years ago

MikalDev commented 4 years ago

Fix error of this._MatchMake undefined.

Move _MatchMake to instance.js in the creator, so it can be referred to as this._MatchMake in action.js

MikalDev commented 4 years ago

Add getavailable room ACEs for c3runtime only. I do not think many devs still use the c2runtime in C3 anymore. Thoughts?

endel commented 4 years ago

That's great, thanks @MikalDev! 🎉 I was thinking of removing the c2runtime completely, let's see if anyone will complain about it 😅