fixed preg projs

This commit is contained in:
c0ffee 2022-06-01 18:44:27 -07:00
parent 406d336a25
commit 711be3c6bb
7 changed files with 201 additions and 1 deletions

View file

@ -0,0 +1,15 @@
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Verse;
using RimWorld;
using rjw;
using UnityEngine;
namespace CRIAPregnancy
{
public class CompProperties_LastPregnancy : CompProperties
{
}
}