Starsector API
Loading...
Searching...
No Matches
Sounds.java
Go to the documentation of this file.
1
package
com.fs.starfarer.api.impl.campaign.ids;
2
3
public
class
Sounds
{
4
public
static
String
STORY_POINT_SPEND
=
"ui_char_spent_story_point"
;
5
public
static
String
STORY_POINT_SPEND_COMBAT
=
"ui_char_spent_story_point_combat"
;
6
public
static
String
STORY_POINT_SPEND_LEADERSHIP
=
"ui_char_spent_story_point_leadership"
;
7
public
static
String
STORY_POINT_SPEND_TECHNOLOGY
=
"ui_char_spent_story_point_technology"
;
8
public
static
String
STORY_POINT_SPEND_INDUSTRY
=
"ui_char_spent_story_point_industry"
;
9
10
public
static
String
REP_GAIN
=
"ui_rep_raise"
;
11
public
static
String
REP_LOSS
=
"ui_rep_drop"
;
12
13
14
public
static
String
NONE
=
"sound_none"
;
15
}
com.fs.starfarer.api.impl.campaign.ids.Sounds
Definition
Sounds.java:3
com.fs.starfarer.api.impl.campaign.ids.Sounds.STORY_POINT_SPEND_LEADERSHIP
static String STORY_POINT_SPEND_LEADERSHIP
Definition
Sounds.java:6
com.fs.starfarer.api.impl.campaign.ids.Sounds.STORY_POINT_SPEND_TECHNOLOGY
static String STORY_POINT_SPEND_TECHNOLOGY
Definition
Sounds.java:7
com.fs.starfarer.api.impl.campaign.ids.Sounds.STORY_POINT_SPEND
static String STORY_POINT_SPEND
Definition
Sounds.java:4
com.fs.starfarer.api.impl.campaign.ids.Sounds.NONE
static String NONE
Definition
Sounds.java:14
com.fs.starfarer.api.impl.campaign.ids.Sounds.REP_GAIN
static String REP_GAIN
Definition
Sounds.java:10
com.fs.starfarer.api.impl.campaign.ids.Sounds.REP_LOSS
static String REP_LOSS
Definition
Sounds.java:11
com.fs.starfarer.api.impl.campaign.ids.Sounds.STORY_POINT_SPEND_INDUSTRY
static String STORY_POINT_SPEND_INDUSTRY
Definition
Sounds.java:8
com.fs.starfarer.api.impl.campaign.ids.Sounds.STORY_POINT_SPEND_COMBAT
static String STORY_POINT_SPEND_COMBAT
Definition
Sounds.java:5
src
com
fs
starfarer
api
impl
campaign
ids
Sounds.java
Generated by
1.9.8