content/hifi-content/lincoln/drum/drumSpring.js
2022-02-14 02:04:11 +01:00

21 lines
No EOL
240 B
JavaScript

(function() {
var _this;
Spring = function() {
_this = this;
};
Spring.prototype = {
entityID: null,
preload: function() {
},
clickReleaseOnEntity: function() {
},
};
return new Spring();
})