diff options
author | chai <chaifix@163.com> | 2021-09-13 17:47:40 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-09-13 17:47:40 +0800 |
commit | 776b3a1b6a766f8e0cdb1d941fff4c8fbef24ada (patch) | |
tree | 141ff60616abf8a6c27f7889159fe25fc2668333 /Assets/ActionTool/Editor/ActionNoteEditor.cs | |
parent | 9012dba810cdbde572a6efa937c62032f2f8f3e3 (diff) |
+anim
Diffstat (limited to 'Assets/ActionTool/Editor/ActionNoteEditor.cs')
-rw-r--r-- | Assets/ActionTool/Editor/ActionNoteEditor.cs | 18 |
1 files changed, 18 insertions, 0 deletions
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()
+ {
+
+ }
+}
|