custom popup
This commit is contained in:
8
src/SharpIDE.Godot/Singletons.cs
Normal file
8
src/SharpIDE.Godot/Singletons.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using SharpIDE.Application.Features.Run;
|
||||
|
||||
namespace SharpIDE.Godot;
|
||||
|
||||
public static class Singletons
|
||||
{
|
||||
public static RunService RunService { get; } = new RunService();
|
||||
}
|
||||
Reference in New Issue
Block a user