Esempio n. 1
0
 // Returns true, if wall is in position
 public bool IsThereWall(Vector3 position)
 {
     return(maze.IsThereWall(position));
 }