Mirror of 0.93.0 from Lovers Lab

This commit is contained in:
ghostclinic3YTB 2022-08-14 16:46:19 -04:00
parent b7e3e9d0c5
commit 161133e4e1
2069 changed files with 8926 additions and 92 deletions

View file

@ -0,0 +1,34 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using RimWorld;
using Verse;
using HarmonyLib;
using UnityEngine;
using rjw;
namespace SizedApparel
{
[HarmonyPatch(typeof(PawnGraphicSet), "CalculateHairMats")]
public static class CalculateHairMatsPatch
{
}
public abstract class PubicHairDef : StyleItemDef
{
}
class SizedApparelPubicHair
{
}
public static class IdeoStyleTackerPatch
{
}
}