Skip to content
CarsonBurke edited this page Jun 6, 2022 · 1 revision

creepRoleManager.ts contains the roleManager function, which collects and organizes each role manager by their name, then assigns them creeps with their role and runs them. All creep actions are abstractly handled through this function.

For example, the haulerManager will be assigned the role hauler, then creeps with the role hauler will be passed into the haulerManager to be handled more specifically.

The International Wiki

Important

Features

Contribution

Design

Clone this wiki locally