@@ -1,5 +1,9 @@
#include"bone.h"
using namespace std;
namespace vb01{
Bone::Bone() : Node(){}
Bone::Bone(string name, Vector3 pos) : Node(pos){
this->name=name;
}
The note is not visible to the blocked user.