Starsector API
Loading...
Searching...
No Matches
Decivilized.java
Go to the documentation of this file.
1package com.fs.starfarer.api.impl.campaign.econ;
2
3
4
5public class Decivilized extends BaseHazardCondition {
6
7 public void apply(String id) {
8 super.apply(id);
9 }
10
11 public void unapply(String id) {
12 super.unapply(id);
13 }
14
15}