예제 #1
0
 public void collectEgg(IEgg egg)
 {
     changeDir();
     score = egg.addValue(score);
 }