Files
Net.Like.Xue.Tokyo/Assets/Plugins/MeshCombineStudio/Editor/MeshCombineJobManagerEditor.cs
CortexCore b125894cc3 1
2024-11-03 16:42:23 +08:00

14 lines
263 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEditor;
namespace MeshCombineStudio
{
[CustomEditor(typeof(MeshCombineJobManager))]
public class MeshCombineJobManagerEditor : Editor
{
}
}