Updated rollup to 1.32 and plugin deps

This commit is contained in:
brisberg
2020-03-30 17:36:34 -07:00
parent 4c93b94970
commit b0225d4732
5 changed files with 22 additions and 22 deletions

View File

@@ -9,8 +9,8 @@ const DIST_MAIN_JS = 'dist/main.js';
* manipulating the terrain and game state.
*/
class IntegrationTestHelper {
private _server;
private _player;
private _server: any;
private _player: any;
get server() {
return this._server;