mirror of
https://gitgud.io/amevarashi/rjw-sexperience-ideology.git
synced 2024-08-15 00:43:19 +00:00
15 lines
555 B
C#
15 lines
555 B
C#
|
using Verse;
|
|||
|
|
|||
|
namespace RJWSexperience
|
|||
|
{
|
|||
|
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();
|
|||
|
}
|
|||
|
}
|