new source file button works

Signed-off-by: chcurran <82187351+carlitosan@users.noreply.github.com>
This commit is contained in:
chcurran
2021-11-10 15:39:17 -08:00
parent 98ecef2fd2
commit 0fa56ba5f8
6 changed files with 109 additions and 165 deletions
@@ -31,6 +31,7 @@ namespace ScriptCanvasEditor
NEW,
MODIFIED,
UNMODIFIED,
// #sc_editor_asset restore this
SOURCE_REMOVED,
INVALID = -1
};