Interface DuelEnemyAI

All Known Implementing Classes:
DuelEnemyAIImpl

public interface DuelEnemyAI
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    advance(float amount, DuelPanel duel)
     
    void
    render(float alphaMult)
     
  • Method Details

    • advance

      void advance(float amount, DuelPanel duel)
    • render

      void render(float alphaMult)