custom popup

This commit is contained in:
Matt Parker
2025-08-25 18:18:24 +10:00
parent 26ac3e5724
commit 47b8e3e0e3
7 changed files with 82 additions and 7 deletions

View File

@@ -0,0 +1,8 @@
using SharpIDE.Application.Features.Run;
namespace SharpIDE.Godot;
public static class Singletons
{
public static RunService RunService { get; } = new RunService();
}