コード例 #1
0
ファイル: TopWall.cs プロジェクト: ramjam1215/SpaceInvaders
 public override void Accept(ColVisitor other)
 {
     other.VisitTopWall(this);
 }