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