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