Update: CC - Mouse Move (8nu6b5p9pb.js) 138 bytes modified

beta.r3js.org
-=yb4f310 2018-03-07 16:16:07 +01:00
parent 43a930192a
commit 007ca35aff
1 changed files with 11 additions and 1 deletions

View File

@ -1,2 +1,12 @@
return null;
if (!this.entityLoaded) {
return;
}
if (!this.initialized) {
this.snail = this.entityLoaded.snail;
this.initialized = true;
}
console.log(data);
//@ sourceURL=mouseMove.js