magicciv/addons/gut/get_editor_interface.gd
Claude Code 6e1f9bc1b1 feat(addons-specific): Introduce modular addons framework for extensibility
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-25 22:48:51 -07:00

6 lines
No EOL
307 B
GDScript

# This file is here so we can load it only when we are in the editor so that
# other places do not have to have "EditorInterface" in them, which causes a
# parser error when loaded outside of the editor. The things we have to do in
# order to test things is annoying.
func get_it():
return EditorInterface