Initial commit

This commit is contained in:
AbstractConcept 2022-11-02 00:56:22 -05:00
parent fe7c28ad8e
commit 55402b9891
54 changed files with 2515 additions and 92 deletions

View file

@ -0,0 +1,13 @@
using System;
using Verse;
namespace Privacy_Please
{
public class CompProperties_PawnThoughtData : CompProperties
{
public CompProperties_PawnThoughtData()
{
base.compClass = typeof(CompPawnThoughtData);
}
}
}