Class PathNode

java.lang.Object
zombie.pathfind.PathNode

public final class PathNode extends Object
  • Field Details

    • x

      public float x
    • y

      public float y
    • z

      public float z
  • Constructor Details

    • PathNode

      public PathNode()