mirror of
https://gitgud.io/Stardust3D/rjw-plasticsurgeries.git
synced 2024-08-14 23:57:25 +00:00
relative vaginoplasty and absolute mammoplasty working
This commit is contained in:
parent
9c5e39738c
commit
defb76bb95
18 changed files with 776 additions and 0 deletions
9
Source/RJW_PlasticSurgeries/Mod.cs
Normal file
9
Source/RJW_PlasticSurgeries/Mod.cs
Normal file
|
@ -0,0 +1,9 @@
|
|||
using HugsLib;
|
||||
|
||||
namespace RJW_PlasticSurgeries
|
||||
{
|
||||
public class Mod : ModBase
|
||||
{
|
||||
public override string ModIdentifier => "Stardust3D.RJW.PlasticSurgeries";
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue