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