using RimWorld; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace RJW_Events { [DefOf] public static class ThoughtDefOf { static ThoughtDefOf() { DefOfHelper.EnsureInitializedInCtor(typeof(ThoughtDefOf)); } public static ThoughtDef AttendedOrgy; } }