mirror of
https://gitgud.io/c0ffeeeeeeee/coffees-rjw-ideology-addons.git
synced 2024-08-14 23:57:38 +00:00
18 lines
256 B
C#
18 lines
256 B
C#
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 Comp_LastPregnancy : ThingComp
|
|
{
|
|
|
|
|
|
|
|
}
|
|
}
|