7 lines
103 B
C#
7 lines
103 B
C#
using WaifuCellar.Parts.Base;
|
|
|
|
namespace WaifuCellar.Parts.Human;
|
|
|
|
public class HumanArm : Arm {
|
|
|
|
} |