mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
20 lines
532 B
C#
20 lines
532 B
C#
|
using System;
|
|||
|
using System.Collections.Generic;
|
|||
|
using System.Linq;
|
|||
|
using System.Text;
|
|||
|
using System.Threading.Tasks;
|
|||
|
using Verse;
|
|||
|
using RimWorld;
|
|||
|
namespace RJW_Genes
|
|||
|
{
|
|||
|
[DefOf]
|
|||
|
public static class JobDefOf
|
|||
|
{
|
|||
|
public static readonly JobDef rjw_genes_lifeforce_randomrape;
|
|||
|
public static readonly JobDef rjw_genes_lifeforce_seduced;
|
|||
|
public static readonly JobDef sex_on_spot;
|
|||
|
public static readonly JobDef sex_on_spot_reciever;
|
|||
|
public static readonly JobDef rjw_genes_flirt;
|
|||
|
}
|
|||
|
}
|