rimworld-animations-patch_m.../Source/Scripts/Utilities/PatchDefOf.cs

21 lines
419 B
C#

using Verse;
using RimWorld;
using AlienRace;
namespace Rimworld_Animations_Patch
{
[DefOf]
public static class PatchBodyPartGroupDefOf
{
public static BodyPartGroupDef GenitalsBPG;
public static BodyPartGroupDef AnusBPG;
public static BodyPartGroupDef ChestBPG;
}
[DefOf]
public static class PatchBodyPartDefOf
{
public static BodyPartDef Hand;
}
}