java.lang.Object
com.fs.starfarer.api.impl.campaign.ghosts.BaseGhostBehavior
com.fs.starfarer.api.impl.campaign.ghosts.GBCircle
All Implemented Interfaces:
GhostBehavior

public class GBCircle extends BaseGhostBehavior
  • Field Details

    • other

      protected SectorEntityToken other
    • maxBurn

      protected int maxBurn
    • desiredRange

      protected float desiredRange
    • circleDir

      protected float circleDir
  • Constructor Details

    • GBCircle

      public GBCircle(SectorEntityToken other, float duration, int maxBurn, float desiredRange, float circleDir)
  • Method Details