relative vaginoplasty and absolute mammoplasty working

This commit is contained in:
Stardust3D 2021-12-29 19:50:44 +01:00
parent 9c5e39738c
commit defb76bb95
18 changed files with 776 additions and 0 deletions

View file

@ -0,0 +1,9 @@
using HugsLib;
namespace RJW_PlasticSurgeries
{
public class Mod : ModBase
{
public override string ModIdentifier => "Stardust3D.RJW.PlasticSurgeries";
}
}