mirror of
https://gitgud.io/AbstractConcept/privacy-please.git
synced 2024-08-15 00:03:18 +00:00
14 lines
310 B
C#
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;
|
|
}
|
|
}
|