rjw-sexperience-ideology/Source/IdeologyAddon/Keyed.cs

15 lines
564 B
C#
Raw Normal View History

2022-07-26 03:55:56 +00:00
using Verse;
namespace RJWSexperience.Ideology
2022-07-26 03:55:56 +00:00
{
public static class Keyed
{
public static readonly string MemeStatFactor = "MemeStatFactor".Translate();
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();
}
}