示例#1
0
 // Get positions of end cell
 public Vector3 GetCenterPositionOfEndCell()
 {
     return(maze.GetCenterPositionOfEndCell());
 }