8 lines
287 B
C#
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; }
|
|
} |