diff --git a/package.json b/package.json index 0e88f05..d6f5500 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "colyseus.js", - "version": "0.12.1", + "version": "0.12.2", "description": "Multiplayer Game Client for the Browser", "keywords": [ "colyseus", diff --git a/src/index.ts b/src/index.ts index d55958a..e135f17 100644 --- a/src/index.ts +++ b/src/index.ts @@ -2,7 +2,7 @@ import './legacy'; export { Client, JoinOptions } from './Client'; export { Protocol } from './Protocol'; -export { Room } from './Room'; +export { Room, RoomAvailable } from './Room'; export { DataChange } from '@gamestdio/state-listener'; export { Auth, Platform, Device } from "./Auth";