Merge pull request #90975 from aaronfranke/plugin-org

Organize existing code for editor plugins
This commit is contained in:
Rémi Verschelde 2024-04-29 10:09:45 +02:00
commit 13fbd42c37
No known key found for this signature in database
GPG key ID: C3336907360768E1
96 changed files with 137 additions and 132 deletions

View file

@ -34,7 +34,7 @@
#include "../gdscript_parser.h"
#include "gdscript_language_protocol.h"
#include "editor/editor_plugin.h"
#include "editor/plugins/editor_plugin.h"
class GDScriptLanguageServer : public EditorPlugin {
GDCLASS(GDScriptLanguageServer, EditorPlugin);