rjw-genes/Source/VariousDefOf.cs
2024-07-01 14:32:53 +02:00

19 lines
436 B
C#

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