Starsector API
Loading...
Searching...
No Matches
ProximityFuseAIAPI.java
Go to the documentation of this file.
1package com.fs.starfarer.api.combat;
2
3public interface ProximityFuseAIAPI {
5 void advance(float amount);
6}