summaryrefslogtreecommitdiff
path: root/Assets/ThirdParty/VRM/VRM/UniHumanoid/Scripts/MuscleInspector.cs
blob: 181fa3ee13e3681d74f0f28bcb792427cc2fb0a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
using System.Collections;
using System.Collections.Generic;
using UnityEngine;


namespace UniHumanoid
{
    public class MuscleInspector : MonoBehaviour
    {
    }
}