8 lines
170 B
C#
8 lines
170 B
C#
using UnityEngine;
|
|
using UnityEditor;
|
|
|
|
[CustomEditor(typeof(MMD4MecanimRigidBody))]
|
|
public class MMD4MecanimRigidBodyInspector : MMD4MecanimRigidBodyImplInspector
|
|
{
|
|
}
|