Class FireflyScareComponent

java.lang.Object
com.csse3200.game.components.Component
com.csse3200.game.components.npc.FireflyScareComponent
All Implemented Interfaces:
com.badlogic.gdx.utils.Json.Serializable

public class FireflyScareComponent extends Component
  • Constructor Details

    • FireflyScareComponent

      public FireflyScareComponent()
  • Method Details

    • update

      public void update()
      Description copied from class: Component
      Called once per frame of the game, and should be used for most component logic. Not called if component is disabled.
      Overrides:
      update in class Component