Starsector API
Loading...
Searching...
No Matches
SubmarketInteractionListener.java
Go to the documentation of this file.
1package com.fs.starfarer.api.campaign.listeners;
2
3import com.fs.starfarer.api.campaign.econ.SubmarketAPI;
4
6 public static enum SubmarketInteractionType {
7 SHIPS,
8 CARGO,
9 }
10 void reportPlayerOpenedSubmarket(SubmarketAPI submarket, SubmarketInteractionType type);
11}
void reportPlayerOpenedSubmarket(SubmarketAPI submarket, SubmarketInteractionType type)