Add debugger window

This commit is contained in:
Infi
2024-04-29 19:21:17 +02:00
parent 8e006f8ab5
commit 036bcec1e7
4 changed files with 53 additions and 2 deletions
+2 -2
View File
@@ -27,14 +27,14 @@ public class SeStringDebugger : Window
DisableWindowSounds = true;
#if DEBUG
Plugin.Commands.Register("/chat2Debugger").Execute += Toggle;
Plugin.Commands.Register("/chat2SeString").Execute += Toggle;
#endif
}
public void Dispose()
{
#if DEBUG
Plugin.Commands.Register("/chat2Debugger").Execute -= Toggle;
Plugin.Commands.Register("/chat2SeString").Execute -= Toggle;
#endif
}