YAMO-Unity6_MainProject/Assets/External/MMD4Mecanim/Editor/MMD4MecanimImporterInspector.cs
2025-06-08 00:39:11 +09:00

7 lines
163 B
C#

using UnityEngine;
using UnityEditor;
[CustomEditor(typeof(MMD4MecanimImporter))]
public class MMD4MecanimImporterInspector : MMD4MecanimImporterImplInspector
{
}