Pre-release
AdventureJS Docs Downloads
Score: 0 Moves: 0
// setVerbState.js
(function () {
  /*global adventurejs A*/
  var p = adventurejs.Asset.prototype;
  /**
   *
   * @memberOf adventurejs.Asset
   * @method adventurejs.Asset#setVerbState
   */
  p.setVerbState = function Asset_setVerbState(verb, state, value) {}; //
})();