Added Human parts
This commit is contained in:
10
Parts/Human/HumanMouth.cs
Normal file
10
Parts/Human/HumanMouth.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using WaifuCellar.Parts.Base;
|
||||
|
||||
namespace WaifuCellar.Parts.Human;
|
||||
|
||||
public sealed class HumanMouth(Part? parentPart) : Mouth {
|
||||
public override Part? ParentPart { get; set; } = parentPart;
|
||||
|
||||
[Attribute] public float GirthTolerance { get; set; }
|
||||
[Attribute] public float DepthTolerance { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user