mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
Interrim Documentation Update
This commit is contained in:
parent
147892ea18
commit
f51a85f191
10 changed files with 141 additions and 119 deletions
12
Source/Genes/Quirks/Defs/QirkExtension.cs
Normal file
12
Source/Genes/Quirks/Defs/QirkExtension.cs
Normal file
|
@ -0,0 +1,12 @@
|
|||
using Verse;
|
||||
using RimWorld;
|
||||
using rjw;
|
||||
using System;
|
||||
|
||||
namespace RJW_Genes
|
||||
{
|
||||
public class QirkExtension : DefModExtension
|
||||
{
|
||||
public string Satisfiedquirk;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue