14 lines
263 B
C#
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
|
|||
|
{
|
|||
|
|
|||
|
|
|||
|
}
|
|||
|
}
|