r3-custom-code/3mun8pev26.js

13 lines
369 B
JavaScript

if (data.entity === this.parentEntity) {
console.log('football entity loaded');
} else {
return;
}
this.touchEnd = R3.EntityManager.Instance.findComponentById('rotlutre1z');
this.mouseMove = R3.EntityManager.Instance.findComponentById('waxlxa2mtp');
this.touchEnd.entityLoaded = data.entity;
this.mouseMove.entityLoaded = data.entity;
//@ sourceURL=entityLoaded.js