Exemplo n.º 1
0
 /// <summary>
 /// 5.6.0 and greater
 /// </summary>
 public static bool IsIncludeUpperChest(Version version) => BoneTypeExtensions.IsIncludeUpperChest(version);
Exemplo n.º 2
0
 /// <summary>
 /// 5.6.0 and greater
 /// </summary>
 public static bool IsIncludeUpperChest(Version version)
 {
     return(BoneTypeExtensions.IsIncludeUpperChest(version));
 }