summaryrefslogtreecommitdiff
path: root/Assets/ActionTool/Editor/ActionColliderEditor.cs
blob: e28798f10eb4401bf1b8b06d67a56696c48e20fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEditor;

namespace ActionTool
{

    public class ActionColliderEditor : EditorWindow
    {
    }
}