aboutsummaryrefslogtreecommitdiff
path: root/webAO/packets/packetHandler.ts
diff options
context:
space:
mode:
Diffstat (limited to 'webAO/packets/packetHandler.ts')
-rw-r--r--webAO/packets/packetHandler.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/webAO/packets/packetHandler.ts b/webAO/packets/packetHandler.ts
new file mode 100644
index 0000000..a9b567a
--- /dev/null
+++ b/webAO/packets/packetHandler.ts
@@ -0,0 +1,3 @@
+import { packets } from './packets'
+
+export const packetHandler = new Map(Object.entries(packets)) \ No newline at end of file