예제 #1
0
 public override bool Perform()
 {
     notify("disappear");
     Performer.ChoosePosition();
     notify("appear");
     return(true);
 }