summary refs log tree commit diff
path: root/src/opcodes/Resume.ts
blob: 57a9a0338ffa779ad0d887aeb470ba697cda68cc (plain) (blame)
1
2
3
4
5
import { Payload } from "../util/Constants";

import WebSocket from "../util/WebSocket";

export function onResume(this: WebSocket, data: Payload) {}