diff options
Diffstat (limited to 'Assets/Editor/TestEditor.cs')
-rw-r--r-- | Assets/Editor/TestEditor.cs | 16 |
1 files changed, 16 insertions, 0 deletions
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 () { + + } +} |