Can I access gameServer from Room ?
-
Is there anyway to access gameServer from inside a Room class ?
-
Hi @boygiandi, not the
gameServer
, but you can access thematchMaker
via:import { matchMaker } from "colyseus"
-
@endel said in Can I access gameServer from Room ?:
e gameServer, but you can access the matchMaker via
Thank you.