UniVRM/UniHumanoid/Scripts/MuscleInspector.cs
ousttrue e115c65576 Merge commit '8a35345bb0f3b60fe23552e2f04b7f9d55f86f8f' as 'UniHumanoid'
Co-authored-by: ousttrue <oustrrue@gmail.com>
Co-authored-by: ousttrue <ousttrrue@gmail.com>
Co-authored-by: ousttrue <ousttrue@gmail.com>
Co-authored-by: yutopp <yutopp@gmail.com>
2018-12-28 21:10:59 +09:00

12 lines
171 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace UniHumanoid
{
public class MuscleInspector : MonoBehaviour
{
}
}