コード例 #1
0
ファイル: Bomb.cs プロジェクト: ccaunca/Projects
 public override void Accept(Visitor other)
 {
     other.VisitBomb(this);
 }