using RimWorld; namespace RJWSexperience.Ideology { [DefOf] public static class RsiPreceptDefOf { public static readonly PreceptDef Incestuos_Free; public static readonly PreceptDef Incestuos_Disapproved_CloseOnly; public static readonly PreceptDef Incestuos_Disapproved; public static readonly PreceptDef Incestuos_Forbidden; public static readonly PreceptDef Incestuos_IncestOnly; public static readonly PreceptDef Bestiality_OnlyVenerated; public static readonly PreceptDef BabyFaction_AlwaysFather; public static readonly PreceptDef BabyFaction_AlwaysColony; public static readonly PreceptDef Submissive_Male; public static readonly PreceptDef Submissive_Female; public static readonly PreceptDef ProselyzingByOrgasm; } }