Starsector API
Loading...
Searching...
No Matches
ColonyDecivListener.java
Go to the documentation of this file.
1package com.fs.starfarer.api.campaign.listeners;
2
3import com.fs.starfarer.api.campaign.econ.MarketAPI;
4
5public interface ColonyDecivListener {
6 void reportColonyAboutToBeDecivilized(MarketAPI market, boolean fullyDestroyed);
7 void reportColonyDecivilized(MarketAPI market, boolean fullyDestroyed);
8}
void reportColonyDecivilized(MarketAPI market, boolean fullyDestroyed)
void reportColonyAboutToBeDecivilized(MarketAPI market, boolean fullyDestroyed)