Starsector API
Loading...
Searching...
No Matches
MarketDemandDataAPI.java
Go to the documentation of this file.
1package com.fs.starfarer.api.campaign.econ;
2
3import java.util.List;
4
5public interface MarketDemandDataAPI {
6 List<MarketDemandAPI> getDemandList();
7}