mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
19 lines
436 B
C#
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;
|
|
}
|
|
}
|