Starsector API
Loading...
Searching...
No Matches
DuelEnemyAI.java
Go to the documentation of this file.
1package com.fs.starfarer.api.impl.campaign.eventide;
2
3public interface DuelEnemyAI {
4 void advance(float amount, DuelPanel duel);
5 void render(float alphaMult);
6}
void advance(float amount, DuelPanel duel)