add appstate
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
using SharpIDE.Application.Features.Build;
|
||||
using SharpIDE.Application.Features.Run;
|
||||
using SharpIDE.Godot.Features.IdeSettings;
|
||||
|
||||
namespace SharpIDE.Godot;
|
||||
|
||||
@@ -7,4 +8,5 @@ public static class Singletons
|
||||
{
|
||||
public static RunService RunService { get; } = new RunService();
|
||||
public static BuildService BuildService { get; } = new BuildService();
|
||||
public static AppState AppState { get; set; } = null!;
|
||||
}
|
||||
Reference in New Issue
Block a user