예제 #1
0
 public void incrementDiamond()
 {
     CircleController.incrementComboCounter();
     counterChecker(CircleController.getComboCounter(), 8);          // gets the comboCounter data from the Blue/Red/Green checkers
 }