aboutsummaryrefslogtreecommitdiff
path: root/webAO/packets/packetHandler.ts
blob: 04c909028ec6ff0455c565e10f8d0fd3171c2ac8 (plain)
1
2
3
import { packets } from "./packets";

export const packetHandler = new Map(Object.entries(packets));