diff options
author | metamuffin <metamuffin@disroot.org> | 2024-06-17 00:04:34 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-06-17 00:04:34 +0200 |
commit | dd4b88a86a99f028bdfe66fef3c66170629f3cdc (patch) | |
tree | 6e9acd5148b18220cfe7de83b80cf47b1aef3449 /test-client/protocol.ts | |
parent | c10d66de1bd2ef04e4010223dcd82443a5d558f0 (diff) | |
download | hurrycurry-dd4b88a86a99f028bdfe66fef3c66170629f3cdc.tar hurrycurry-dd4b88a86a99f028bdfe66fef3c66170629f3cdc.tar.bz2 hurrycurry-dd4b88a86a99f028bdfe66fef3c66170629f3cdc.tar.zst |
establish ws
Diffstat (limited to 'test-client/protocol.ts')
-rw-r--r-- | test-client/protocol.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test-client/protocol.ts b/test-client/protocol.ts new file mode 100644 index 00000000..9761f152 --- /dev/null +++ b/test-client/protocol.ts @@ -0,0 +1,4 @@ + + +export type PacketS = {} +export type PacketC = {} |