We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3a518b commit f023170Copy full SHA for f023170
1 file changed
engine/src/Core/Utils/PluginManager.ts
@@ -31,11 +31,6 @@ type LoadPluginFunction =
31
| AsyncLoadPluginNoEngine
32
| SyncLoadPluginNoEngine;
33
34
-/**
35
- * Engine class for creating the singleton on globalThis.
36
- * It's a singleton class for initializing {@link Container} instances,
37
- * and for Plugins class responsible for every external feature
38
- */
39
export class PluginManager {
40
readonly colorManagers = new Map<string, IColorManager>();
41
0 commit comments