Starsector API
Loading...
Searching...
No Matches
CombatEnginePlugin.java
Go to the documentation of this file.
1package com.fs.starfarer.api.combat;
2
3
9public interface CombatEnginePlugin {
10
18 @Deprecated public void init(CombatEngineAPI engine);
19}