Class MapleNodes.MaplePlatform

java.lang.Object
server.maps.MapleNodes.MaplePlatform
Enclosing class:
MapleNodes

public static class MapleNodes.MaplePlatform extends Object
  • Field Details

    • name

      public String name
    • start

      public int start
    • speed

      public int speed
    • x1

      public int x1
    • y1

      public int y1
    • x2

      public int x2
    • y2

      public int y2
    • r

      public int r
    • SN

      public List<Integer> SN
  • Constructor Details

    • MaplePlatform

      public MaplePlatform(String name, int start, int speed, int x1, int y1, int x2, int y2, int r, List<Integer> SN)