add nuget panel stub
This commit is contained in:
7
src/SharpIDE.Godot/Features/Nuget/NugetPanel.cs
Normal file
7
src/SharpIDE.Godot/Features/Nuget/NugetPanel.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
using Godot;
|
||||
|
||||
namespace SharpIDE.Godot.Features.Nuget;
|
||||
|
||||
public partial class NugetPanel : Control
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user