예제 #1
0
 private void setEffect(int whichBrickType) {
   effectUtil = new EffectUtil(ballView, this);
   effectUtil.setEffect(whichBrickType);
 }