Skip to content

Instantly share code, notes, and snippets.

@ericrius1
Created March 24, 2015 17:09
Show Gist options
  • Save ericrius1/a9f5e7728339c3475f97 to your computer and use it in GitHub Desktop.
Save ericrius1/a9f5e7728339c3475f97 to your computer and use it in GitHub Desktop.
(function() {
this.entityID = null;
this.clickReleaseOnEntity = function(entityID, mouseEvent) {
this.entityID = entityID;
print('CLICK ON ENEITYT PRITNRNRNRNRNRNRN')
};
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment