Class GBGoInDirectionWithWobble

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

public class GBGoInDirectionWithWobble extends BaseGhostBehavior
  • Field Details

    • direction

      protected float direction
    • maxBurn

      protected int maxBurn
    • phase

      protected float phase
    • wobbleRate

      protected float wobbleRate
    • maxWobble

      protected float maxWobble
  • Constructor Details

    • GBGoInDirectionWithWobble

      public GBGoInDirectionWithWobble(float duration, float direction, float wobbleRate, float maxWobble, int maxBurn)
  • Method Details