// canThisAutoOpen.js
(function () {
/* global AdventureJS A */
var p = AdventureJS.Assets.Tangible.prototype;
/**
* Check whether this asset can be auto opened.
* @memberOf AdventureJS.Assets.Tangible
* @method AdventureJS.Assets.Tangible#canThisAutoOpen
* @returns {Boolean}
*/
p.canThisAutoOpen = function Tangible_canThisAutoOpen() {};
})();