8 lines
182 B
C#
8 lines
182 B
C#
using UnityEngine;
|
|
using UnityEditor;
|
|
|
|
[CustomEditor(typeof(MMD4MecanimBulletPhysics))]
|
|
public class MMD4MecanimBulletPhysicsInspector : MMD4MecanimBulletPhysicsImplInspector
|
|
{
|
|
}
|