Starsector API
Loading...
Searching...
No Matches
PLEntry.java
Go to the documentation of this file.
1package com.fs.starfarer.api.impl.campaign.plog;
2
3import java.awt.Color;
4
5public interface PLEntry {
6 String getText();
7 Color getColor();
9}