This repository has been archived on 2026-03-15. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
cau-praktikum/app/static/js/ws_handlers.js
T

12 lines
219 B
JavaScript

export function handleGameStarted(data) {
throw new Error("todo");
}
export function handleCodeGameCreated(data) {
throw new Error("todo");
}
export function handleP2Connected(data) {
throw new Error("todo");
}