Starsector API
Loading...
Searching...
No Matches
ObjectiveEventListener.java
Go to the documentation of this file.
1package com.fs.starfarer.api.campaign.listeners;
2
3import com.fs.starfarer.api.campaign.FactionAPI;
4import com.fs.starfarer.api.campaign.SectorEntityToken;
5
void reportObjectiveDestroyed(SectorEntityToken objective, SectorEntityToken stableLocation, FactionAPI enemy)
void reportObjectiveChangedHands(SectorEntityToken objective, FactionAPI from, FactionAPI to)