Class Section

java.lang.Object
meteordevelopment.starscript.Section

public class Section extends Object
  • Field Details

    • index

      public final int index
    • text

      public final String text
    • next

      public Section next
  • Constructor Details

    • Section

      public Section(int index, String text)
  • Method Details