Starsector API
Loading...
Searching...
No Matches
PatherCellListener.java
Go to the documentation of this file.
1package com.fs.starfarer.api.campaign.listeners;
2
3import com.fs.starfarer.api.impl.campaign.intel.bases.LuddicPathCellsIntel;
4
5public interface PatherCellListener {
6 void reportCellsDisrupted(LuddicPathCellsIntel cell);
7}