Class GBGoInDirection

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

public class GBGoInDirection extends BaseGhostBehavior
  • Field Details

    • direction

      protected float direction
    • maxBurn

      protected int maxBurn
  • Constructor Details

    • GBGoInDirection

      public GBGoInDirection(float duration, float direction, int maxBurn)
  • Method Details