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