diff --git a/EditorModal.cs b/EditorModal.cs index 657151d..1e81d06 100644 --- a/EditorModal.cs +++ b/EditorModal.cs @@ -1,4 +1,6 @@ -//Author: https://github.com/seekeroftheball +//Author: https://github.com/seekeroftheball https://gist.github.com/seekeroftheball +//Version: 1.0 +//Date: Feb 2023 using UnityEditor; using UnityEngine; @@ -33,4 +35,4 @@ private void DrawWindow() Close(); } } -} \ No newline at end of file +}