Exemplo n.º 1
0
 public override void Accept(GameObject other, Vector2 _point)
 {
     other.VisitMissile(this, _point);
 }
Exemplo n.º 2
0
 public override void Accept(GameObject other, Vector2 _point)
 {
     other.VisitMissile(this, _point);
 }