mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
14 lines
179 B
C#
14 lines
179 B
C#
|
using Verse;
|
||
|
using RimWorld;
|
||
|
using rjw;
|
||
|
using System;
|
||
|
|
||
|
namespace RJW_Genes
|
||
|
{
|
||
|
public class QirkExtension : DefModExtension
|
||
|
{
|
||
|
public String Satisfiedquirk;
|
||
|
|
||
|
}
|
||
|
}
|