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