Exemple #1
0
 @Override
 protected int checkIchigu() {
   int score = super.checkIchigu();
   if (score > 0) foundInfo.increaseFound();
   return score;
 }