示例#1
0
文件: UFO.cs 项目: wangjo22/Final
 public override void Accept(CollisionVisitor other)
 {
     other.VisitUFO(this);
 }