From 62106fe5e3c960056d32a9bc70c0399d99e4cc77 Mon Sep 17 00:00:00 2001 From: Raul Santos Date: Wed, 18 Jan 2023 15:19:38 +0100 Subject: C#: Implement `ExportPlugin::_get_name` --- modules/mono/editor/GodotTools/GodotTools/Export/ExportPlugin.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/mono') diff --git a/modules/mono/editor/GodotTools/GodotTools/Export/ExportPlugin.cs b/modules/mono/editor/GodotTools/GodotTools/Export/ExportPlugin.cs index 745a8b73f8..db96003baf 100644 --- a/modules/mono/editor/GodotTools/GodotTools/Export/ExportPlugin.cs +++ b/modules/mono/editor/GodotTools/GodotTools/Export/ExportPlugin.cs @@ -17,6 +17,8 @@ namespace GodotTools.Export { public partial class ExportPlugin : EditorExportPlugin { + public override string _GetName() => "C#"; + private List _tempFolders = new List(); public void RegisterExportSettings() -- cgit v1.2.3