Starsector API
Loading...
Searching...
No Matches
Voices.java
Go to the documentation of this file.
1package com.fs.starfarer.api.impl.campaign.ids;
2
3public class Voices {
4
5 public static String SPACER = "spacer";
6 public static String FAITHFUL = "faithful";
7 public static String PATHER = "pather";
8 public static String BUSINESS = "business";
9 public static String OFFICIAL = "official";
10 public static String SOLDIER = "soldier";
11 public static String SCIENTIST = "scientist";
12 public static String VILLAIN = "villain";
13 public static String ARISTO = "aristo";
14
15
16
17}