Starsector API
Loading...
Searching...
No Matches
AdvanceableListener.java
Go to the documentation of this file.
1package com.fs.starfarer.api.combat.listeners;
2
10public interface AdvanceableListener {
11 void advance(float amount);
12}