mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-01 21:48:57 +03:00
* 🐞 fix(plugins): fix syntax errors Correct the syntax errors in the plugin development section, specifically by modifying 'EditorInterface' to 'EditorInterface.Singleton' in the C# portion. It is imperative to utilize the singleton pattern here to ensure the plugin successfully compiles. * 🐞 fix(different): ADD exceptions Provide explanations for Singleton exceptions of `EditorInterface`