privacy-please/Source/Scripts/Defs/SexActThoughtDef.cs
AbstractConcept 5224ef08c2 v1.0.0
2023-02-01 16:05:06 -06:00

14 lines
310 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using RimWorld;
namespace Privacy_Please
{
public class SexActThoughtDef : ThoughtDef
{
public ReactionToSexAct reactionToSexDiscovery = ReactionToSexAct.Acceptance;
}
}