11 lines
235 B
C#
11 lines
235 B
C#
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
|
|
namespace Rokoko.Inputs
|
|
{
|
|
public class HumanBoneMapping : MonoBehaviour
|
|
{
|
|
public Transform[] customBodyBones = new Transform[0];
|
|
}
|
|
} |