mirror of
https://gitgud.io/AbstractConcept/privacy-please.git
synced 2024-08-15 00:03:18 +00:00
13 lines
No EOL
262 B
C#
13 lines
No EOL
262 B
C#
using System;
|
|
using Verse;
|
|
|
|
namespace Privacy_Please
|
|
{
|
|
public class CompProperties_PawnThoughtData : CompProperties
|
|
{
|
|
public CompProperties_PawnThoughtData()
|
|
{
|
|
base.compClass = typeof(CompPawnThoughtData);
|
|
}
|
|
}
|
|
} |