mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-10 04:31:43 -05:00
12 lines
171 B
C#
12 lines
171 B
C#
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
|
|
|
|
namespace UniHumanoid
|
|
{
|
|
public class MuscleInspector : MonoBehaviour
|
|
{
|
|
}
|
|
}
|