Class BasePLEntry

java.lang.Object
com.fs.starfarer.api.impl.campaign.plog.BasePLEntry
All Implemented Interfaces:
PLEntry
Direct Known Subclasses:
PLTextEntry

public class BasePLEntry extends Object implements PLEntry
  • Field Details

    • offset

      public static long offset
    • text

      protected String text
    • timestamp

      protected long timestamp
  • Constructor Details

    • BasePLEntry

      public BasePLEntry(String text)
  • Method Details