content/hifi-content/rebecca/zombies/boatZoneTriggersExplosionByCafeReady.js
2022-02-14 02:04:11 +01:00

19 lines
487 B
JavaScript

//
// boatZoneTriggersExplosionByCafeReady.js
//
// Created by Rebecca Stankus on 03/07/2018
// Copyright High Fidelity 2018
//
// Licensed under the Apache 2.0 License
// See accompanying license file or http://apache.org/
//
(function () {
var EXPLOSION_ZONE_BY_CAFE = "{88aec9a6-97cc-4828-9983-493ab81f9131}";
var _this = this;
_this.enterEntity = function() {
Entities.callEntityMethod(EXPLOSION_ZONE_BY_CAFE, 'readyToExplode');
};
});