rjw-genes/Source/ThoughtDefOf.cs

21 lines
375 B
C#
Raw Normal View History

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
{
2024-05-23 22:33:37 +00:00
public static readonly ThoughtDef rjw_genes_pheromone_carrier_nearby;
//Others with same names but other defs than in genedefof
2024-05-23 22:33:37 +00:00
}
}