Пример #1
0
 public PostureInformation(string name, string description, int difficulty, Skeleton skeleton)
     : this(name, description, difficulty, Posture.castSkeletonToJoints(skeleton))
 {
 }
Пример #2
0
 public Posture(Skeleton skeleton) : this(Posture.castSkeletonToJoints(skeleton))
 {
 }