content/hifi-content/liv/dev/cleanup_app/remove.js
2022-02-14 02:04:11 +01:00

11 lines
No EOL
248 B
JavaScript

(function(){
var Remover = function(){
};
Remover.prototype = {
preload: function(entityID) {
Entities.deleteEntity("{abef1333-11aa-4ba5-9449-de9ce8fc2870}");
}
};
return new Remover();
});