Exemplo n.º 1
0
 public Vector2?FindPath(Ghost aGhost)
 {
     return(aGhost.AvoidPosition(aGhost.Player.Position));
 }