Class: RoomJoinEvent

RoomJoinEvent(room)

Class representing a Room Join Event, RoomJoinEvent is sent from the server to the player once a JoinRoom request succeed

Constructor

new RoomJoinEvent(room)

Parameters:
Name Type Description
room Room

a Room Object contains the updated list of the room members

Source:

Extends