C#: Implement ExportPlugin::_get_name
This commit is contained in:
parent
e514e3732a
commit
62106fe5e3
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,8 @@ namespace GodotTools.Export
|
|||
{
|
||||
public partial class ExportPlugin : EditorExportPlugin
|
||||
{
|
||||
public override string _GetName() => "C#";
|
||||
|
||||
private List<string> _tempFolders = new List<string>();
|
||||
|
||||
public void RegisterExportSettings()
|
||||
|
|
Loading…
Reference in a new issue