Starsector API
Loading...
Searching...
No Matches
IndustryPickerListener.java
Go to the documentation of this file.
1package com.fs.starfarer.api.campaign;
2
3import com.fs.starfarer.api.campaign.econ.Industry;
4
5
6
7public interface IndustryPickerListener {
8 void pickedIndustry(Industry industry);
10}