Hi! I was wondering, is it possible to reference a room from room ID, say send message to all clients in room?
I have different classes for state, entites, players etc which don't have reference to the parent room class and therefore can't use 'send' method within those classes.
Thanks!