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