7 lines
143 B
C#
7 lines
143 B
C#
using WaifuCellar.Parts.Base;
|
|
|
|
namespace WaifuCellar.Parts.Human;
|
|
|
|
public sealed class HumanPenis : Penis {
|
|
//TODO: add the related stats
|
|
} |