mirror of
https://github.com/amevarashi/RJW-Sexperience.git
synced 2024-08-14 23:54:08 +00:00
15 lines
567 B
C#
15 lines
567 B
C#
using Verse;
|
|
|
|
namespace RJWSexperience
|
|
{
|
|
public static class Keyed
|
|
{
|
|
public static string MemeStatFactor(string value) => "MemeStatFactor".Translate(value);
|
|
|
|
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();
|
|
}
|
|
}
|