From 77a609758bb80bac9497d2e3988550f8be578407 Mon Sep 17 00:00:00 2001 From: Rory& Date: Mon, 23 Feb 2026 02:03:20 +0100 Subject: Initial commit --- .../Configuration/TestClientDebug.cs | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 ReferenceClientProxyImplementation/Configuration/TestClientDebug.cs (limited to 'ReferenceClientProxyImplementation/Configuration/TestClientDebug.cs') diff --git a/ReferenceClientProxyImplementation/Configuration/TestClientDebug.cs b/ReferenceClientProxyImplementation/Configuration/TestClientDebug.cs new file mode 100644 index 0000000..b7370b5 --- /dev/null +++ b/ReferenceClientProxyImplementation/Configuration/TestClientDebug.cs @@ -0,0 +1,7 @@ +namespace ReferenceClientProxyImplementation.Configuration; + +public class TestClientDebug { + public bool DumpWebsocketTraffic = false; + public bool DumpWebsocketTrafficToBrowserConsole = false; + public TestClientPatchOptions PatchOptions = new(); +} \ No newline at end of file -- cgit 1.5.1