colyseus / colyseus-haxe

⚔ Colyseus Multiplayer SDK for Haxe
https://docs.colyseus.io/getting-started/haxe-client/
MIT License
75 stars 16 forks source link

Fixes problem when having parameters on a schema class #24

Closed npretto closed 4 years ago

npretto commented 4 years ago

The macro on schema classes replaces the constructor but didn't keep the parameters, causing "unknown identifier" when trying to access the parameters.