mirror of
https://gitgud.io/AbstractConcept/privacy-please.git
synced 2024-08-15 00:03:18 +00:00
Initial commit
This commit is contained in:
parent
fe7c28ad8e
commit
55402b9891
54 changed files with 2515 additions and 92 deletions
13
Source/Scripts/Comps/CompProperties_PawnThoughtData.cs
Normal file
13
Source/Scripts/Comps/CompProperties_PawnThoughtData.cs
Normal file
|
@ -0,0 +1,13 @@
|
|||
using System;
|
||||
using Verse;
|
||||
|
||||
namespace Privacy_Please
|
||||
{
|
||||
public class CompProperties_PawnThoughtData : CompProperties
|
||||
{
|
||||
public CompProperties_PawnThoughtData()
|
||||
{
|
||||
base.compClass = typeof(CompPawnThoughtData);
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue