Starsector API
Loading...
Searching...
No Matches
ColonyOtherFactorsListener.java
Go to the documentation of this file.
1package com.fs.starfarer.api.campaign.listeners;
2
3import com.fs.starfarer.api.campaign.SectorEntityToken;
4import com.fs.starfarer.api.ui.TooltipMakerAPI;
5
6public interface ColonyOtherFactorsListener {
7 void printOtherFactors(TooltipMakerAPI text, SectorEntityToken entity);
9}
void printOtherFactors(TooltipMakerAPI text, SectorEntityToken entity)