using RimWorld; namespace RJWSexperience.Ideology { [DefOf] public static class RsiHistoryEventDefOf { [MayRequireIdeology] public static readonly HistoryEventDef RSI_SexWithAnimal; [MayRequireIdeology] public static readonly HistoryEventDef RSI_Raped; [MayRequireIdeology] public static readonly HistoryEventDef RSI_NonIncestuosMarriage; [MayRequireIdeology] public static readonly HistoryEventDef RSI_NonIncestuosSex; [MayRequireIdeology] public static readonly HistoryEventDef RSI_SexWithCorpse; [MayRequireIdeology] public static readonly HistoryEventDef RSI_VirginTaken; [MayRequireIdeology] public static readonly HistoryEventDef RSI_VirginStolen; [MayRequireIdeology] public static readonly HistoryEventDef RSI_TookVirgin; [MayRequireIdeology] public static readonly HistoryEventDef RSI_Masturbated; } }