Esempio n. 1
0
 // Get positions of start cell
 public Vector3 GetCenterPositionOfStartCell()
 {
     return(maze.GetCenterPositionOfStartCell());
 }