TooAngel / screeps

TooAngel NPC / bot / source code for screeps
https://screeps.com
GNU Affero General Public License v3.0
606 stars 154 forks source link

Refactor brain #693

Closed TooAngel closed 1 year ago

TooAngel commented 1 year ago

Changing methods from binding them to the global brain object to standard functions and exports / require the ones which are used in other modules. This makes it easier to understand where which function is used.

TooAngel commented 1 year ago

This pull request was merged by worlddriven.

TooAngel commented 1 year ago

Yeah, mostly