Bone constructor

Bone()

Implementation

Bone() : super() {
  type = 'Bone';
}