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

8 lines
287 B
C#

namespace WaifuCellar.Parts.Human;
public class HumanBreasts {
[Trait] public EBreastSize Size { get; set; }
[Attribute] public float Sensitivity { get; set; }
[Trait] public EAreolaSize AreolaSize { get; set; }
[Attribute] public float AreolaSensitivity { get; set; }
}