コード例 #1
0
ファイル: UFO.cs プロジェクト: wangjo22/Final
 public override void Accept(CollisionVisitor other)
 {
     other.VisitUFO(this);
 }