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