예제 #1
0
파일: Bomb.cs 프로젝트: ccaunca/Projects
 public override void Accept(Visitor other)
 {
     other.VisitBomb(this);
 }