We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a188b51 commit 5c6b7eaCopy full SHA for 5c6b7ea
src/UnityDebuggerAssistant/Plugin.cs
@@ -22,7 +22,6 @@ public class Plugin : BaseUnityPlugin
22
{
23
public static ManualLogSource? Log;
24
internal static ConfigEntry<bool> EnableWhitelisting = null!;
25
- internal static ConfigEntry<bool> EnableExperimentalMode = null!;
26
27
private void Awake()
28
0 commit comments