add nuget panel stub

This commit is contained in:
Matt Parker
2025-10-31 20:26:22 +10:00
parent 4f088b6857
commit b64a8f6e55
10 changed files with 83 additions and 7 deletions

View File

@@ -0,0 +1,7 @@
using Godot;
namespace SharpIDE.Godot.Features.Nuget;
public partial class NugetPanel : Control
{
}