rename class

This commit is contained in:
Matt Parker
2025-10-17 19:46:08 +10:00
parent 2a80a65738
commit 4652c66269
4 changed files with 24 additions and 6 deletions

View File

@@ -12,6 +12,6 @@ public static class Singletons
public static BuildService BuildService { get; set; } = null!;
public static IdeFileWatcher FileWatcher { get; set; } = null!;
public static IdeFileManager FileManager { get; set; } = null!;
public static IdeFileChangeHandler FileChangeHandler { get; set; } = null!;
public static IdeFileExternalChangeHandler FileExternalChangeHandler { get; set; } = null!;
public static AppState AppState { get; set; } = null!;
}