UNPKG

phaser4-rex-plugins

Version:
11 lines (9 loc) 261 B
var LeaveRoom = function () { if (!this.isInRoom()) { return Promise.resolve(); } // 'userlist.leave' event -> 'room.leave' event -> then this.leftRoomFlag = true; return this.userList.leave(); } export default LeaveRoom;