Updated rollup to 1.32 and plugin deps
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user