Files
SharpIDE/src/SharpIDE.Godot/Features/BottomPanel/BottomPanelManager.cs
2025-08-27 20:43:13 +10:00

8 lines
118 B
C#

using Godot;
namespace SharpIDE.Godot.Features.BottomPanel;
public partial class BottomPanelManager : Panel
{
}