Advertisement
Guest User

Untitled

a guest
Mar 29th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.13 KB | None | 0 0
  1. if(graph[nodePosition.y, nodePosition.x+1].character != '#')
  2. {
  3.     neighbor.Add(graph[nodePosition.y, nodePosition.x + 1]);
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement