tcp-ws-proxy/src/enum/Packet.ts
2024-01-18 14:48:09 +00:00

5 lines
No EOL
47 B
TypeScript

export enum Packet {
KeepAlive,
Auth,
Data
}