Starsector API
Loading...
Searching...
No Matches
BaseFGEventListener.java
Go to the documentation of this file.
1package com.fs.starfarer.api.impl.campaign.intel.group;
2
3import com.fs.starfarer.api.impl.campaign.intel.group.FleetGroupIntel.FGIEventListener;
4
5public class BaseFGEventListener implements FGIEventListener {
6
7 public void reportFGIAborted(FleetGroupIntel intel) {
8 // TODO Auto-generated method stub
9
10 }
11
12}