Files
BITFALL/Assets/Plugins/MeshCombineStudio/Editor/MeshCombineJobManagerEditor.cs
CortexCore a160813262 1
2023-10-20 19:31:12 +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
{
}
}