Files
WaifuCellar/Parts/Human/HumanAnus.cs
Samuele Lorefice 3380ad963c Added Human parts
2024-12-31 04:34:04 +01:00

9 lines
272 B
C#

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; }
}