rjw-genes/Source/ThoughtDefOf.cs
2024-05-24 00:33:37 +02:00

20 lines
375 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using RimWorld;
using Verse;
namespace RJW_Genes
{
[DefOf]
public static class ThoughtDefOf
{
public static readonly ThoughtDef rjw_genes_pheromone_carrier_nearby;
//Others with same names but other defs than in genedefof
}
}