UNPKG

@screeps/engine

Version:

This is a module for Screeps standalone server. See [main repository](https://github.com/screeps/screeps) for more info.

8 lines (5 loc) 252 B
'use strict'; module.exports = function (object, objectIntents, scope) { if (objectIntents.transfer) require('./transfer')(object, objectIntents.transfer, scope); }; //# sourceMappingURL=../../../sourcemaps/processor/intents/links/intents.js.map