diff options
Diffstat (limited to 'client/global.gd')
-rw-r--r-- | client/global.gd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/global.gd b/client/global.gd index dc3f7549..6584c1d9 100644 --- a/client/global.gd +++ b/client/global.gd @@ -15,6 +15,7 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. # +class_name G extends Node signal settings_changed() |