colyseus-haxe
colyseus-haxe copied to clipboard
Schema.listen() not implemented
While following your tic tac toe example i noticed that the haxe version doesn't provide the Schema.listen function. Looking that one up revealed a note about refactoring the code in the first place. Is this the refactoring still on a todo list, or should it just be ported to haxe as is if possible?
Hi @sh-dave, currently .listen()
is still only supported in JavaScript. We haven't figured out a way to have a .listen()
functionality on other compiled languages like Haxe and C# yet 😭
This has been implemented on 0.15