mirror of
https://gitgud.io/amevarashi/rjw-sexperience-ideology.git
synced 2024-08-15 00:43:19 +00:00
18 lines
648 B
C#
18 lines
648 B
C#
using RimWorld;
|
|
|
|
namespace RJWSexperience.Ideology
|
|
{
|
|
[DefOf]
|
|
public static class RsiHistoryEventDefOf
|
|
{
|
|
public static readonly HistoryEventDef RSI_SexWithAnimal;
|
|
public static readonly HistoryEventDef RSI_Raped;
|
|
public static readonly HistoryEventDef RSI_NonIncestuosMarriage;
|
|
public static readonly HistoryEventDef RSI_NonIncestuosSex;
|
|
public static readonly HistoryEventDef RSI_SexWithCorpse;
|
|
public static readonly HistoryEventDef RSI_VirginTaken;
|
|
public static readonly HistoryEventDef RSI_VirginStolen;
|
|
public static readonly HistoryEventDef RSI_TookVirgin;
|
|
public static readonly HistoryEventDef RSI_Masturbated;
|
|
}
|
|
}
|