_.each(this.creepsByRole.transporter, creep => {
        total += creep.store.getUsedCapacity(resourceType as ResourceConstant);
    });