Class StorageDefaultLocations
- java.lang.Object
-
- de.extio.spacecraft.shared.model.managers.StorageDefaultLocations
-
public final class StorageDefaultLocations extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
AI_SHIPS
static String
CHECKPOINTS
static String
CLIENT_STATE
static String
PLAYER_SCENES
static String
PLAYER_SHIPS
static String
SCENES
static String
SCRIPTS
static String
STATIONS
-
Constructor Summary
Constructors Constructor Description StorageDefaultLocations()
-
-
-
Field Detail
-
CLIENT_STATE
public static final String CLIENT_STATE
- See Also:
- Constant Field Values
-
PLAYER_SHIPS
public static final String PLAYER_SHIPS
- See Also:
- Constant Field Values
-
AI_SHIPS
public static final String AI_SHIPS
- See Also:
- Constant Field Values
-
STATIONS
public static final String STATIONS
- See Also:
- Constant Field Values
-
SCENES
public static final String SCENES
- See Also:
- Constant Field Values
-
PLAYER_SCENES
public static final String PLAYER_SCENES
- See Also:
- Constant Field Values
-
SCRIPTS
public static final String SCRIPTS
- See Also:
- Constant Field Values
-
CHECKPOINTS
public static final String CHECKPOINTS
- See Also:
- Constant Field Values
-
-