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