2022-12-27 12:48:38 +00:00
|
|
|
|
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;
|
2023-01-06 11:42:04 +00:00
|
|
|
|
public static readonly JobDef rjw_genes_lifeforce_seduced;
|
|
|
|
|
public static readonly JobDef sex_on_spot;
|
|
|
|
|
public static readonly JobDef sex_on_spot_reciever;
|
2023-01-16 18:43:32 +00:00
|
|
|
|
public static readonly JobDef rjw_genes_flirt;
|
2022-12-27 12:48:38 +00:00
|
|
|
|
}
|
|
|
|
|
}
|