Downloaded the example from here:
https://github.com/colyseus/colyseus-examples
I get error from State.hx :
import io.colyseus.serializer.schema.*;
class State extends Schema {
@:type("map", Player)
public var players: MapSchema<Player> = new MapSchema<Player>();
}
I have already installed
Haxe, OpenFL, Lime, colyseus, colyseus-websocket
How can I sort the error?