예제 #1
0
 public void Accept(IPowerUp visitor)
 {
     visitor.Eat(this);
 }