r3-custom-code/abw1ga2etc.js

15 lines
239 B
JavaScript
Raw Normal View History

if (!this.entityLoaded) {
return;
}
if (!this.initialized) {
this.animationSystem = this.entityLoaded.animationSystem;
this.initialized = true;
}
this.animationSystem.start();
//console.log(data);
//@ sourceURL=SpoonLibMouseUp.js