summaryrefslogtreecommitdiff
path: root/Client/Assembly-CSharp/StringNames.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Client/Assembly-CSharp/StringNames.cs')
-rw-r--r--Client/Assembly-CSharp/StringNames.cs168
1 files changed, 168 insertions, 0 deletions
diff --git a/Client/Assembly-CSharp/StringNames.cs b/Client/Assembly-CSharp/StringNames.cs
new file mode 100644
index 0000000..5c3c08b
--- /dev/null
+++ b/Client/Assembly-CSharp/StringNames.cs
@@ -0,0 +1,168 @@
+using System;
+
+public enum StringNames
+{
+ ExitButton,
+ BackButton,
+ AvailableGamesLabel,
+ CreateGameButton,
+ FindGameButton,
+ EnterCode,
+ GhostIgnoreTasks,
+ GhostDoTasks,
+ GhostImpostor,
+ ImpostorTask,
+ FakeTasks,
+ TaskComplete,
+ ExileTextSP,
+ ExileTextSN,
+ ExileTextPP,
+ ExileTextPN,
+ NoExileSkip,
+ NoExileTie,
+ ImpostorsRemainS,
+ ImpostorsRemainP,
+ Hallway,
+ Storage,
+ Cafeteria,
+ Reactor,
+ UpperEngine,
+ Nav,
+ Admin,
+ Electrical,
+ LifeSupp,
+ Shields,
+ MedBay,
+ Security,
+ Weapons,
+ LowerEngine,
+ Comms,
+ Decontamination,
+ Launchpad,
+ LockerRoom,
+ Laboratory,
+ Balcony,
+ Office,
+ Greenhouse,
+ DivertPowerTo,
+ AcceptDivertedPower,
+ SubmitScan,
+ PrimeShields,
+ FuelEngines,
+ ChartCourse,
+ StartReactor,
+ SwipeCard,
+ ClearAsteroids,
+ UploadData,
+ DownloadData,
+ InspectSample,
+ EmptyChute,
+ EmptyGarbage,
+ AlignEngineOutput,
+ FixWiring,
+ CalibrateDistributor,
+ UnlockManifolds,
+ ResetReactor,
+ FixLights,
+ FixComms,
+ RestoreOxy,
+ CleanO2Filter,
+ StabilizeSteering,
+ AssembleArtifact,
+ SortSamples,
+ MeasureWeather,
+ EnterIdCode,
+ HowToPlayText1,
+ HowToPlayText2,
+ HowToPlayText5,
+ HowToPlayText6,
+ HowToPlayText7,
+ HowToPlayText81,
+ HowToPlayText82,
+ NumImpostorsS,
+ NumImpostorsP,
+ Crewmate,
+ Impostor,
+ Victory,
+ Defeat,
+ CrewmatesDisconnected,
+ ImpostorDisconnected,
+ HowToPlayText41,
+ HowToPlayText42,
+ HowToPlayText43,
+ HowToPlayText44,
+ HowToPlayTextMap,
+ HowToPlayTextCrew1,
+ HowToPlayTextCrew2,
+ HowToPlayTextCrew3,
+ HowToPlayTextCrew4,
+ HowToPlayTextCrew5,
+ HowToPlayTextCrew6,
+ HowToPlayTextImp1,
+ HowToPlayTextImp2,
+ HowToPlayTextImp3,
+ HowToPlayTextImp4,
+ HowToPlayTextImp5,
+ HowToPlayTextImp6,
+ HowToPlayTextImp7,
+ SettingsGeneral,
+ SettingsControls,
+ SettingsSound,
+ SettingsGraphics,
+ SettingsData,
+ SettingsCensorChat,
+ SettingsMusic,
+ SettingsSFX,
+ SettingsOn,
+ SettingsOff,
+ SettingsSendTelemetry,
+ SettingsControlMode,
+ SettingsTouchMode,
+ SettingsJoystickMode,
+ SettingsKeyboardMode,
+ SettingsFullscreen,
+ SettingsResolution,
+ SettingsApply,
+ SettingsPersonalizeAds,
+ SettingsLanguage,
+ SettingsJoystickSize,
+ SettingsMouseMode,
+ PlayerColor,
+ PlayerHat,
+ PlayerSkin,
+ PlayerPet,
+ GameSettings,
+ GameRecommendedSettings,
+ GameCustomSettings,
+ GameMapName,
+ GameNumImpostors,
+ GameNumMeetings,
+ GameDiscussTime,
+ GameVotingTime,
+ GamePlayerSpeed,
+ GameCrewLight,
+ GameImpostorLight,
+ GameKillCooldown,
+ GameKillDistance,
+ GameCommonTasks,
+ GameLongTasks,
+ GameShortTasks,
+ MatchMapName,
+ MatchLanguage,
+ MatchImpostors,
+ MatchMaxPlayers,
+ Cancel,
+ Confirm,
+ Limit,
+ RoomCode,
+ LeaveGame,
+ ReturnToGame,
+ LocalHelp,
+ OnlineHelp,
+ SettingsVSync,
+ EmergencyCount,
+ EmergencyNotReady,
+ EmergencyDuringCrisis,
+ EmergencyRequested,
+ GameEmergencyCooldown
+}