RJW-Sexperience/RJWSexperience/IdeologyAddon/Ideology/Keyed.cs

15 lines
555 B
C#
Raw Normal View History

2022-02-25 14:15:48 +00:00
using Verse;
namespace RJWSexperience
{
public static class Keyed
{
2022-07-11 16:07:35 +00:00
public static readonly string MemeStatFactor = "MemeStatFactor".Translate();
2022-02-25 14:15:48 +00:00
public static readonly string RSVictimCondition = "RSVictimCondition".Translate();
public static readonly string RSBreederCondition = "RSBreederCondition".Translate();
public static readonly string RSNotHuman = "RSNotHuman".Translate();
public static readonly string RSNotAnimal = "RSNotAnimal".Translate();
public static readonly string RSShouldCanFuck = "RSShouldCanFuck".Translate();
}
}