From 776b3a1b6a766f8e0cdb1d941fff4c8fbef24ada Mon Sep 17 00:00:00 2001 From: chai Date: Mon, 13 Sep 2021 17:47:40 +0800 Subject: +anim --- Assets/ActionTool/Editor/ActionNoteEditor.cs | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Assets/ActionTool/Editor/ActionNoteEditor.cs (limited to 'Assets/ActionTool/Editor/ActionNoteEditor.cs') diff --git a/Assets/ActionTool/Editor/ActionNoteEditor.cs b/Assets/ActionTool/Editor/ActionNoteEditor.cs new file mode 100644 index 00000000..fcc4e08a --- /dev/null +++ b/Assets/ActionTool/Editor/ActionNoteEditor.cs @@ -0,0 +1,18 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class ActionNoteEditor : MonoBehaviour +{ + // Start is called before the first frame update + void Start() + { + + } + + // Update is called once per frame + void Update() + { + + } +} -- cgit v1.1-26-g67d0