Starsector API
Loading...
Searching...
No Matches
IntelDataAPI.java
Go to the documentation of this file.
1package com.fs.starfarer.api.campaign;
2
3import java.util.List;
4
5public interface IntelDataAPI {
6 List<SectorEntityToken> getCommSnifferLocations();
7
8 boolean isInShowMap();
9 void setInShowMap(boolean inShowMap);
10}
List< SectorEntityToken > getCommSnifferLocations()