13 lines
298 B
C#
13 lines
298 B
C#
using Rokoko.Core;
|
|
using Rokoko.Helper;
|
|
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
|
|
namespace Rokoko.Inputs
|
|
{
|
|
public class BlendShapesMapping : MonoBehaviour
|
|
{
|
|
public BlendshapesDictionary blendshapeNames = new BlendshapesDictionary();
|
|
}
|
|
} |