From d4e02e80388649a184bc6eb247e035102eb3c81d Mon Sep 17 00:00:00 2001 From: chai Date: Tue, 20 Apr 2021 22:29:31 +0800 Subject: =?UTF-8?q?*=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Editor/TestEditor.cs | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Assets/Editor/TestEditor.cs (limited to 'Assets/Editor/TestEditor.cs') diff --git a/Assets/Editor/TestEditor.cs b/Assets/Editor/TestEditor.cs new file mode 100644 index 0000000..13e15c9 --- /dev/null +++ b/Assets/Editor/TestEditor.cs @@ -0,0 +1,16 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; +using UnityEditor; + +public class TestEditor : MonoBehaviour { + + // Use this for initialization + void Start () { + } + + // Update is called once per frame + void Update () { + + } +} -- cgit v1.1-26-g67d0