From 26a843bdec32fbab46d25828e53eff74d70f1c26 Mon Sep 17 00:00:00 2001 From: Fredia Huya-Kouadio Date: Sun, 19 May 2024 20:10:51 -0700 Subject: Switch the interface to extend from `RefCounted` so they can automatically be freed when the game exits. --- .../demo/addons/hello_signals_plugin/hello_signals_plugin_interface.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/hello_signals/demo') diff --git a/plugins/hello_signals/demo/addons/hello_signals_plugin/hello_signals_plugin_interface.gd b/plugins/hello_signals/demo/addons/hello_signals_plugin/hello_signals_plugin_interface.gd index 0cc9c1d..d7b95b1 100644 --- a/plugins/hello_signals/demo/addons/hello_signals_plugin/hello_signals_plugin_interface.gd +++ b/plugins/hello_signals/demo/addons/hello_signals_plugin/hello_signals_plugin_interface.gd @@ -1,4 +1,4 @@ -class_name HelloSignalsPlugin extends Object +class_name HelloSignalsPlugin extends RefCounted ## Interface used to access the functionality provided by the HelloSignals plugin -- cgit v1.2.3