From 1062998e0b5c59a102f1fbf85a1ffcf3826ed2a7 Mon Sep 17 00:00:00 2001 From: Jordan Wilgus Date: Sat, 11 Feb 2023 16:46:48 -0500 Subject: [PATCH] Update EditorModal.cs --- EditorModal.cs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 +}