diff options
author | Francois Belair <razoric480@gmail.com> | 2021-04-27 12:53:55 -0400 |
---|---|---|
committer | Francois Belair <razoric480@gmail.com> | 2021-07-17 11:50:00 -0400 |
commit | 7c5335081cbdb6a3dbe2f24855f42d06e8a446fa (patch) | |
tree | dccb4923b6d198adc9af1f7dc63bc5d88058e7a4 /core/object/script_language.h | |
parent | 7537875d862837d43e50be2cc14de9d8db8f5fe3 (diff) |
Implement didSave notification and rename request
Diffstat (limited to 'core/object/script_language.h')
-rw-r--r-- | core/object/script_language.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/object/script_language.h b/core/object/script_language.h index 2cbaa0f52e..385bf79c1a 100644 --- a/core/object/script_language.h +++ b/core/object/script_language.h @@ -310,6 +310,7 @@ public: Ref<Script> script; String class_name; String class_member; + String class_path; int location; }; |