Added Human parts
This commit is contained in:
13
Parts/Human/HumanVagina.cs
Normal file
13
Parts/Human/HumanVagina.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using WaifuCellar.Parts.Base;
|
||||
|
||||
namespace WaifuCellar.Parts.Human;
|
||||
|
||||
public sealed class HumanVagina : Vagina {
|
||||
[Attribute] public int ClitorisSensitivity { get; set; }
|
||||
[Attribute] public float DepthTolerance { get; set; }
|
||||
[Trait] public float DepthLimit { get; set; }
|
||||
[Attribute] public float GirthTolerance { get; set; }
|
||||
[Trait] public float GirthLimit { get; set; }
|
||||
[Attribute] public float GSpotSensitivity { get; set; }
|
||||
[Attribute] public float CervixSensitivity { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user