rjw-genes/Source/JobDefOf.cs

16 lines
299 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;
}
}