001package com.fs.starfarer.api;
002
003public enum GameState {
004        TITLE,
005        CAMPAIGN,
006        COMBAT,
007}