Starsector API
Loading...
Searching...
No Matches
Sounds.java
Go to the documentation of this file.
1package com.fs.starfarer.api.impl.campaign.ids;
2
3public 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}