Room.prototype.setEvacuating = function (this: Room, evacuate: boolean) {
    this.memory.isEvacuating = evacuate;
};