Add ability to create cloud variables, and have cloud provider wait for confirmation from server.

This commit is contained in:
Karishma Chadha 2018-11-13 14:48:49 -05:00
parent 0a68722b80
commit 3fc1b89b30
4 changed files with 58 additions and 6 deletions
src/engine

View file

@ -322,7 +322,7 @@ class Runtime extends EventEmitter {
/** @type {Object.<string, Object>} */
this.ioDevices = {
clock: new Clock(),
cloud: new Cloud(),
cloud: new Cloud(this),
deviceManager: new DeviceManager(),
keyboard: new Keyboard(this),
mouse: new Mouse(this),