Starsector API
Loading...
Searching...
No Matches
TTCRTradeFleetsDestroyedFactorHint.java
Go to the documentation of this file.
1package com.fs.starfarer.api.impl.campaign.intel.events.ttcr;
2
3import com.fs.starfarer.api.impl.campaign.intel.events.BaseEventIntel;
4
6
8 super(0);
9 timestamp = 0; // makes it not expire
10 }
11
12 @Override
13 public boolean shouldShow(BaseEventIntel intel) {
15 }
16}