mirror of
https://gitgud.io/AbstractConcept/overt-underwear.git
synced 2024-08-15 03:19:13 +00:00
v1.0.0
This commit is contained in:
commit
545cb16d50
30 changed files with 491 additions and 0 deletions
22
Source/Scripts/Utilities/ModDefOf.cs
Normal file
22
Source/Scripts/Utilities/ModDefOf.cs
Normal file
|
@ -0,0 +1,22 @@
|
|||
using Verse;
|
||||
using RimWorld;
|
||||
|
||||
namespace Overt_Underwear
|
||||
{
|
||||
[DefOf]
|
||||
public static class ModBodyPartGroupDefOf
|
||||
{
|
||||
public static BodyPartGroupDef GenitalsBPG;
|
||||
public static BodyPartGroupDef AnusBPG;
|
||||
public static BodyPartGroupDef ChestBPG;
|
||||
}
|
||||
|
||||
[DefOf]
|
||||
public static class ModPreceptDefOf
|
||||
{
|
||||
public static PreceptDef Exhibitionism_Approved;
|
||||
public static PreceptDef Underwear_Disapproved;
|
||||
public static PreceptDef Underwear_MustBeConcealed;
|
||||
public static PreceptDef Underwear_CanBeVisible;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue