content/hifi-content/caitlyn/dev/whackamole/wam_build/WhackAMole_Main2.js
2022-02-13 22:19:19 +01:00

11 lines
278 B
JavaScript
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

(function() {
Script.include("http://hifi-public.s3.amazonaws.com/scripts/libraries/utils.js");
whackamole = function(){
return;
};
// entity scripts always need to return a newly constructed object of our type
return new whackamole();
});