コード例 #1
0
ファイル: WallTop.cs プロジェクト: ccaunca/Projects
 public override void Accept(Visitor other)
 {
     other.VisitWallTop(this);
 }