mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-11 13:04:17 -05:00
10 lines
121 B
C#
10 lines
121 B
C#
using UnityEngine;
|
|
|
|
|
|
namespace VRM
|
|
{
|
|
public class VRMBlendShapeManipulator : MonoBehaviour
|
|
{
|
|
}
|
|
}
|