class MAGES::MeshDeformations::PinJointSolver::RegisterCommand

class RegisterCommand: public MAGES.MeshDeformations.PinJointSolver.BaseCommand
{
public:
    // methods

    RegisterCommand(PinJoint joint);
    override void Apply(PinJointSolver solver);
};