示例#1
0
 public override void Accept(GameObject other, Vector2 _point)
 {
     other.VisitWall(this, _point);
 }
示例#2
0
 public override void Accept(GameObject other, Vector2 _point)
 {
     other.VisitWall(this, _point);
 }