6 lines
202 B
GDScript3
6 lines
202 B
GDScript3
|
# Here because gdextension does not support editor export plugin for now.
|
||
|
# https://github.com/godotengine/godot/issues/80593
|
||
|
@tool
|
||
|
class_name FmodEditorExportPluginProxy
|
||
|
extends FmodEditorExportPlugin
|