r3-custom-code/f3b90qedii.js

16 lines
208 B
JavaScript
Raw Normal View History

if (!this.entityLoaded) {
return;
}
if (!this.initialized) {
this.cylinder = this.entityLoaded.cylinder;
this.initialized = true;
}
console.log(data)
return null;
//@ sourceURL=SpoonLibMouseDown.js