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