226227228229230231232233234235236
int dCount = 0; int mCount = 0; int digibotsCount = world.getDigibots().size(); for(int i = 0; i < digibotsCount; i++) { Dominance d = world.getDigibots().get(i).getGenome().getDominance(); if(d.alleleB) bCount++; if(d.alleleD) dCount++; if(d.alleleM)