r3-custom-code/2c1eswtjvb.js

20 lines
372 B
JavaScript
Raw Normal View History

if (data.entity === this.parentEntity) {
console.log('cyber-security.berlin entity loaded');
} else {
return;
}
/**
* Code Components
*/
this.beforeRender = R3.EntityManager.Instance.findComponentById('y2q95ipdcf');
this.beforeRender.entityLoaded = true;
this.render = function(delta) {
console.log(delta);
}
return null;
//@ sourceURL=CustomCode (2c1eswtjvb).js