Can I access gameServer from Room ?

1 Apr 2020, 08:43

Is there anyway to access gameServer from inside a Room class ?

1 Apr 2020, 09:23

Hi @boygiandi, not the gameServer, but you can access the matchMaker via:

import { matchMaker } from "colyseus"
1 Apr 2020, 15:16

@endel said in Can I access gameServer from Room ?:

e gameServer, but you can access the matchMaker via

Thank you.