UNPKG

@screeps/engine

Version:

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

6 lines (4 loc) 176 B
module.exports = function(object, objectIntents, scope) { if(objectIntents.processPower) require('./process-power')(object, objectIntents.processPower, scope); };